pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Add for use by the INSTALL/DEINSTALL scripts.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bdadb52a73d
branches:  trunk
changeset: 460440:8bdadb52a73d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 30 18:42:36 2003 +0000

description:
Add  for use by the INSTALL/DEINSTALL scripts.

diffstat:

 mk/bsd.pkg.install.mk |  3 ++-
 mk/install/header     |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r c2f1c9f6cedc -r 8bdadb52a73d mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Sat Aug 30 18:40:06 2003 +0000
+++ b/mk/bsd.pkg.install.mk     Sat Aug 30 18:42:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.43 2003/07/31 10:36:03 jmmv Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.44 2003/08/30 18:42:36 jlam Exp $
 #
 # This Makefile fragment is included by package Makefiles to use the common
 # INSTALL/DEINSTALL scripts.  To use this Makefile fragment, simply:
@@ -265,6 +265,7 @@
 FILES_SUBST+=          SH=${SH:Q}
 FILES_SUBST+=          SORT=${SORT:Q}
 FILES_SUBST+=          SU=${SU:Q}
+FILES_SUBST+=          TEST=${TEST:Q}
 FILES_SUBST+=          TOUCH=${TOUCH:Q}
 FILES_SUBST+=          TR=${TR:Q}
 FILES_SUBST+=          TRUE=${TRUE:Q}
diff -r c2f1c9f6cedc -r 8bdadb52a73d mk/install/header
--- a/mk/install/header Sat Aug 30 18:40:06 2003 +0000
+++ b/mk/install/header Sat Aug 30 18:42:36 2003 +0000
@@ -2,7 +2,7 @@
 #
 # start of header
 #
-# $NetBSD: header,v 1.17 2002/11/17 08:58:50 salo Exp $
+# $NetBSD: header,v 1.18 2003/08/30 18:42:37 jlam Exp $
 
 PKGNAME=$1
 STAGE=$2
@@ -36,6 +36,7 @@
 SH="@SH@"
 SORT="@SORT@"
 SU="@SU@"
+TEST="@TEST@"
 TOUCH="@TOUCH@"
 TR="@TR@"
 TRUE="@TRUE@"



Home | Main Index | Thread Index | Old Index