diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-06-14 03:16:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-06-14 03:16:42 +0000 |
commit | 7ead4a4f0886a3509f964611c19904d46f1fc9ad (patch) | |
tree | 0ccf4c68d7dda48ba1f1faa470a23627b8c5b38c /security | |
parent | d2e9054ee437d3f7a1b7b517c8b51ec35006ef37 (diff) | |
download | pkgsrc-7ead4a4f0886a3509f964611c19904d46f1fc9ad.tar.gz |
Update priv to 1.0beta2nb1.
* Make sure ${PKG_SYSCONFDIR} is passed to configure.
* Care ${PRIV_CONF_DIR} as an obsoleted variable.
Pointed out by Matt Green.
Diffstat (limited to 'security')
-rw-r--r-- | security/priv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index bba005dda77..e136fa92e9e 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/04/28 11:27:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/14 03:16:43 uebayasi Exp $ # DISTNAME= priv-1.0-beta2 PKGNAME= priv-1.0beta2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/ @@ -15,6 +16,8 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_PKGINSTALL= YES +CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} + OWN_DIRS= ${PKG_SYSCONFDIR}/priv .include "../../mk/bsd.pkg.mk" |