summaryrefslogtreecommitdiff
path: root/www/websvn
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-15 19:37:26 +0000
committerrillig <rillig@pkgsrc.org>2006-10-15 19:37:26 +0000
commit233a90fc20f0959305d799228bf471e7d06ab3b2 (patch)
tree1fa1c9425512cc39ec661fd9cc4c433d2afa5e08 /www/websvn
parentedfbcc676bf7dd7c3127f5eba142d325518f56f1 (diff)
downloadpkgsrc-233a90fc20f0959305d799228bf471e7d06ab3b2.tar.gz
Fixed file permissions. We don't want to have world-writable files at all.
Diffstat (limited to 'www/websvn')
-rw-r--r--www/websvn/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/websvn/Makefile b/www/websvn/Makefile
index 50ee4eba1ba..2dc639d51bc 100644
--- a/www/websvn/Makefile
+++ b/www/websvn/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2006/06/02 18:28:01 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/15 19:37:26 rillig Exp $
#
DISTNAME= WebSVN_161
PKGNAME= websvn-1.61
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
MASTER_SITES= http://websvn.tigris.org/files/documents/1380/14334/
@@ -33,6 +33,9 @@ CONF_FILES= ${EGDIR}/distconfig.inc ${PKG_SYSCONFDIR}/config.inc
INSTALLATION_DIRS= ${HTTPD_ROOT}/websvn share/examples/${PKGBASE}
+post-extract:
+ chmod -R go-w ${WRKSRC}
+
do-install:
${INSTALL_DATA} ${WRKSRC}/include/distconfig.inc ${EGDIR}
cd ${WRKSRC} && ${PAX} -rwppm . ${PREFIX}/${HTTPD_ROOT}/websvn