diff options
Diffstat (limited to 'security/priv/Makefile')
-rw-r--r-- | security/priv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index a1de53554c6..6f5a6f0cb31 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2010/01/27 17:02:16 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2010/02/15 17:06:18 joerg Exp $ # DISTNAME= priv-1.0-beta2 PKGNAME= priv-1.0beta2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/ @@ -24,6 +24,8 @@ SUBST_SED.sysconfdir= -e "s|/usr/local/etc/|${PKG_SYSCONFDIR}/|g" INSTALL_MAKE_FLAGS= bindir=${DESTDIR}${PREFIX}/bin \ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 +SPECIAL_PERMS+= bin/priv ${SETUID_ROOT_PERMS} + OWN_DIRS= ${PKG_SYSCONFDIR}/priv .include "../../mk/bsd.pkg.mk" |