pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Also substitute for PWD_CMD so we can use it in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b58b1eca5b37
branches:  trunk
changeset: 488274:b58b1eca5b37
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jan 26 23:15:03 2005 +0000

description:
Also substitute for PWD_CMD so we can use it in the INSTALL scripts.

diffstat:

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

diffs (17 lines):

diff -r 5832e1f44576 -r b58b1eca5b37 mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Wed Jan 26 23:14:12 2005 +0000
+++ b/mk/bsd.pkg.install.mk     Wed Jan 26 23:15:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.71 2005/01/26 23:14:12 jlam Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.72 2005/01/26 23:15:03 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk to use the common
 # INSTALL/DEINSTALL scripts.  To use this Makefile fragment, simply:
@@ -280,6 +280,7 @@
 FILES_SUBST+=          PERL5=${PERL5:Q}
 FILES_SUBST+=          PKG_ADMIN=${PKG_ADMIN_CMD:Q}
 FILES_SUBST+=          PKG_INFO=${PKG_INFO_CMD:Q}
+FILES_SUBST+=          PWD_CMD=${PWD_CMD:Q}
 FILES_SUBST+=          RM=${RM:Q}
 FILES_SUBST+=          RMDIR=${RMDIR:Q}
 FILES_SUBST+=          SED=${SED:Q}



Home | Main Index | Thread Index | Old Index