diff options
author | grant <grant> | 2003-12-18 03:32:50 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-18 03:32:50 +0000 |
commit | bab6f5725ea181334933140222b924b47cd8c0cc (patch) | |
tree | 744104da7dd6823c5ef11f64488cba0867a30153 /mk | |
parent | 93327a5f7292e39998c95142d68b630996e59597 (diff) | |
download | pkgsrc-bab6f5725ea181334933140222b924b47cd8c0cc.tar.gz |
revert previous; it is not needed.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 07414bef2d7..ecb98cf454a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1322 2003/12/18 03:24:49 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1323 2003/12/18 03:32:50 grant Exp $ # # This file is in the public domain. # @@ -634,7 +634,6 @@ 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} \ |