aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnocl
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-12 02:45:34 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-12 02:45:34 +0800
commit331d101c629008ae00505066609b8b6f4b60386a (patch)
tree1f16d03b8051bbd04d9a30adef489c9e250499bf /x11-toolkits/gnocl
parent329e749300f2bf433aa918d7dc216ada870bb5d5 (diff)
downloadfreebsd-ports-gnome-331d101c629008ae00505066609b8b6f4b60386a.tar.gz
freebsd-ports-gnome-331d101c629008ae00505066609b8b6f4b60386a.tar.zst
freebsd-ports-gnome-331d101c629008ae00505066609b8b6f4b60386a.zip
- Fix perms in WRKSRC to fix build as non-root
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits/gnocl')
-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}|; \