diff options
author | grant <grant> | 2003-12-18 03:24:49 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-18 03:24:49 +0000 |
commit | 93327a5f7292e39998c95142d68b630996e59597 (patch) | |
tree | a1b40b340a49c6fc9f11608071cc5d53793ce9fe /mk | |
parent | 168a055a542de902b91fb5484ce750b554f71fde (diff) | |
download | pkgsrc-93327a5f7292e39998c95142d68b630996e59597.tar.gz |
subst PKG_SYSCONFDIR in the PLIST, avoiding having to do it manually
in every package which uses it.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 48806309d3c..07414bef2d7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ PLIST_SUBST+= OPSYS=${OPSYS} \ PKGBASE=${PKGBASE} \ PKGNAME=${PKGNAME_NOREV} \ PKGLOCALEDIR=${PKGLOCALEDIR} \ + PKG_SYSCONFDIR=${PKG_SYSCONFDIR} \ PKGVERSION=${PKGVERSION:C/nb[0-9]*$//} \ LOCALBASE=${LOCALBASE} \ VIEWBASE=${VIEWBASE} \ |