summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-10 12:05:26 +0000
committerjlam <jlam>2002-01-10 12:05:26 +0000
commit666ef00b0fc404c49469f6a415bde6d7272f4715 (patch)
tree4a3add43ca000f32b65fb82df70679c8f00194e4 /mk/install
parent9b53f7055373ba72cad24fd45897050bf6c40ee4 (diff)
downloadpkgsrc-666ef00b0fc404c49469f6a415bde6d7272f4715.tar.gz
bsd.pkg.install.mk lists many things in FILES_SUBST, and we should have
something to replace for each of those things in the header.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/header8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/install/header b/mk/install/header
index f9f99143db7..9d448d3886a 100644
--- a/mk/install/header
+++ b/mk/install/header
@@ -2,7 +2,7 @@
#
# start of header
#
-# $NetBSD: header,v 1.6 2001/11/26 20:37:39 jlam Exp $
+# $NetBSD: header,v 1.7 2002/01/10 12:05:26 jlam Exp $
PKGNAME=$1
STAGE=$2
@@ -19,15 +19,21 @@ DIRNAME="@DIRNAME@"
ECHO="@ECHO@"
EGREP="@EGREP@"
FALSE="@FALSE@"
+GREP="@GREP@"
GROUPADD="@GROUPADD@"
+GTAR="@GTAR@"
+HEAD="@HEAD@"
ID="@ID@"
LN="@LN@"
MKDIR="@MKDIR@"
MV="@MV@"
+PERL5="@PERL5@"
RM="@RM@"
RMDIR="@RMDIR@"
SED="@SED@"
+SH="@SH@"
SORT="@SORT@"
+SU="@SU@"
TOUCH="@TOUCH@"
TR="@TR@"
TRUE="@TRUE@"