From 233a90fc20f0959305d799228bf471e7d06ab3b2 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 15 Oct 2006 19:37:26 +0000 Subject: Fixed file permissions. We don't want to have world-writable files at all. --- www/websvn/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/websvn') 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 -- cgit v1.2.3