diff options
Diffstat (limited to 'net/openvpn-acct-wtmpx/Makefile')
-rw-r--r-- | net/openvpn-acct-wtmpx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/openvpn-acct-wtmpx/Makefile b/net/openvpn-acct-wtmpx/Makefile index c315057379f..b5cd37f11e5 100644 --- a/net/openvpn-acct-wtmpx/Makefile +++ b/net/openvpn-acct-wtmpx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/07/14 04:46:18 manu Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/23 23:31:22 joerg Exp $ # DISTNAME= openvpn-acct-wtmpx-20091110 +PKGREVISION= 1 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} openvpn-2.1_rc20.tar.gz CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/openvpn-acct-wtmpx/ @@ -19,4 +20,6 @@ USE_TOOLS+= install WRKSRC= ${WRKDIR}/openvpn-acct-wtmpx +SPECIAL_PERMS+= bin/logwtmpx ${SETUID_ROOT_PERMS} + .include "../../mk/bsd.pkg.mk" |