summaryrefslogtreecommitdiff
path: root/security/priv
diff options
context:
space:
mode:
Diffstat (limited to 'security/priv')
-rw-r--r--security/priv/Makefile5
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"