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 | 208c6f1b981ba84326d5039be7b64ccff1bc8cab (patch) | |
tree | 0ccf4c68d7dda48ba1f1faa470a23627b8c5b38c /security | |
parent | 16f02bb61328d69d59dd3a77e2cd29bbeb7942ca (diff) | |
download | pkgsrc-208c6f1b981ba84326d5039be7b64ccff1bc8cab.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" |