mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
19 lines
420 B
Plaintext
19 lines
420 B
Plaintext
$NetBSD: patch-aj,v 1.4 2006/07/07 18:06:28 tv Exp $
|
|
|
|
--- cf/cf/Makefile.orig 2005-06-13 22:16:34.000000000 -0400
|
|
+++ cf/cf/Makefile
|
|
@@ -25,10 +25,10 @@ CHMOD= chmod
|
|
ROMODE= 444
|
|
RM= rm -f
|
|
# use our own install program; should be really confINSTALL
|
|
-INSTALL=../../devtools/bin/install.sh
|
|
+INSTALL=@@INSTALL@@
|
|
# CF file ownership/permissions
|
|
-CFOWN=root
|
|
-CFGRP=bin
|
|
+CFOWN=@@BINOWN@@
|
|
+CFGRP=@@BINGRP@@
|
|
CFMODE=0444
|
|
|
|
|