aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 18:45:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-11 18:45:34 +0000
commit3f066402b071a576a70f87b58410e09e1b067acc (patch)
tree1f16d03b8051bbd04d9a30adef489c9e250499bf /x11-toolkits
parent610cd07419b18cff8c2a9521a78b7ae6bb79bc5a (diff)
downloadports-3f066402b071a576a70f87b58410e09e1b067acc.tar.gz
ports-3f066402b071a576a70f87b58410e09e1b067acc.zip
- Fix perms in WRKSRC to fix build as non-root
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396699
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnocl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile
index 0000e999e7c5..575c058a4056 100644
--- a/x11-toolkits/gnocl/Makefile
+++ b/x11-toolkits/gnocl/Makefile
@@ -34,6 +34,9 @@ BASEDIR= lib/${PORTNAME}${BASE_VERSION}
PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \
${BASEDIR}/pkgIndex.tcl
+post-extract:
+ ${CHMOD} -R u+w ${WRKSRC}
+
post-patch:
${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \
s|%%LOCALBASE%%|${LOCALBASE}|; \