pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add RCD_SCRIPTS_EXAMPLEDIR to the MESSAGE_SUBST. ww...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/933bcc744bbc
branches:  trunk
changeset: 481757:933bcc744bbc
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 11 21:49:00 2004 +0000

description:
Add RCD_SCRIPTS_EXAMPLEDIR to the MESSAGE_SUBST. www/tinyproxy's MESSAGE
used it but it was not defined. Other MESSAGE files use it too.

diffstat:

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

diffs (17 lines):

diff -r 534bf0ee7bba -r 933bcc744bbc mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Mon Oct 11 21:15:48 2004 +0000
+++ b/mk/bsd.pkg.install.mk     Mon Oct 11 21:49:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.63 2004/10/06 20:51:47 jlam Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.64 2004/10/11 21:49:00 reed Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk to use the common
 # INSTALL/DEINSTALL scripts.  To use this Makefile fragment, simply:
@@ -187,6 +187,7 @@
 FILES_SUBST+=          RCD_SCRIPTS_EXAMPLEDIR=${RCD_SCRIPTS_EXAMPLEDIR}
 FILES_SUBST+=          RCD_SCRIPTS_SHELL=${RCD_SCRIPTS_SHELL}
 MESSAGE_SUBST+=                RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR}
+MESSAGE_SUBST+=                RCD_SCRIPTS_EXAMPLEDIR=${RCD_SCRIPTS_EXAMPLEDIR}
 
 # OWN_DIRS contains a list of directories for this package that should be
 #       created and should attempt to be destroyed by the INSTALL/DEINSTALL



Home | Main Index | Thread Index | Old Index