pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk subst PKG_SYSCONFDIR in the PLIST, avoiding having ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e5c0462e9f
branches:  trunk
changeset: 464929:c5e5c0462e9f
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 18 03:24:49 2003 +0000

description:
subst PKG_SYSCONFDIR in the PLIST, avoiding having to do it manually
in every package which uses it.

diffstat:

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

diffs (17 lines):

diff -r 383acfa1a773 -r c5e5c0462e9f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Dec 18 03:03:07 2003 +0000
+++ b/mk/bsd.pkg.mk     Thu Dec 18 03:24:49 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1321 2003/12/16 12:36:54 seb Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1322 2003/12/18 03:24:49 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -634,6 +634,7 @@
                PKGBASE=${PKGBASE}                                      \
                PKGNAME=${PKGNAME_NOREV}                                \
                PKGLOCALEDIR=${PKGLOCALEDIR}                            \
+               PKG_SYSCONFDIR=${PKG_SYSCONFDIR}                        \
                PKGVERSION=${PKGVERSION:C/nb[0-9]*$//}                  \
                LOCALBASE=${LOCALBASE}                                  \
                VIEWBASE=${VIEWBASE}                                    \



Home | Main Index | Thread Index | Old Index