summaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-25 19:46:26 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-25 19:46:26 +0000
commit8d3751a2b30c04bb6e5501bf84ee3563615fa053 (patch)
tree9757db9769a13b63b88d0937e1491b83a2dbd446 /www/hiawatha
parent5b5da6fa6362b3ced5b7456d2cd1dfc1ba9cde4a (diff)
downloadpkgsrc-8d3751a2b30c04bb6e5501bf84ee3563615fa053.tar.gz
Try to only chmod extracted files, recursively chmod'ing WRKDIR runs
into problems with e.g. TOOLS_DIR.
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index bd2970a470a..c0e83c6d6d7 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/28 06:30:17 asau Exp $
+# $NetBSD: Makefile,v 1.30 2014/09/25 19:46:26 jperkin Exp $
#
DISTNAME= hiawatha
@@ -37,7 +37,7 @@ post-extract:
${SED} -e "s,@PREFIX@,${PREFIX},g" \
-e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g" \
< ${FILESDIR}/hiawatha.cfg > ${WRKDIR}/hiawatha.cfg
- ${CHMOD} -R go-w ${WRKSRC}
+ ${CHMOD} -R go-w ${WRKSRC}/[A-Za-z0-9]*
INSTALLATION_DIRS= lib/java/hiawatha ${EGDIR}/WEBROOT/images