diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-14 21:14:32 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-14 21:14:32 +0000 |
commit | 1388e5cb0b532ba6261b734514825fa5446e3902 (patch) | |
tree | 1ec5ec02da845dd846ce34af9479d2eca4cb57f8 /net/vpnc | |
parent | 44e1382b54997b1e0f40ce13a184b231909f4e79 (diff) | |
download | pkgsrc-1388e5cb0b532ba6261b734514825fa5446e3902.tar.gz |
Only vpnc-script has to be executable, not vpnc.conf. Bump PKGREVISION.
Diffstat (limited to 'net/vpnc')
-rw-r--r-- | net/vpnc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index d4bd3bde306..880e4d6358d 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/03/14 20:43:23 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/14 21:14:32 ghen Exp $ # DISTNAME= vpnc-0.3.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ @@ -18,8 +18,7 @@ INSTALLATION_DIRS= bin man/man8 EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES+= ${EGDIR}/vpnc.conf ${PKG_SYSCONFDIR}/vpnc.conf -CONF_FILES+= ${EGDIR}/vpnc-script ${PKG_SYSCONFDIR}/vpnc-script -CONF_FILES_MODE= 755 # vpn-script must be executable! +CONF_FILES_PERMS+= ${EGDIR}/vpnc-script ${PKG_SYSCONFDIR}/vpnc-script ${ROOT_USER} ${ROOT_GROUP} 755 do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vpnc |