svn commit: r396699 - head/x11-toolkits/gnocl

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 11 18:45:35 UTC 2015


Author: amdmi3
Date: Fri Sep 11 18:45:34 2015
New Revision: 396699
URL: https://svnweb.freebsd.org/changeset/ports/396699

Log:
  - Fix perms in WRKSRC to fix build as non-root
  
  Approved by:	portmgr blanket

Modified:
  head/x11-toolkits/gnocl/Makefile

Modified: head/x11-toolkits/gnocl/Makefile
==============================================================================
--- head/x11-toolkits/gnocl/Makefile	Fri Sep 11 18:45:07 2015	(r396698)
+++ head/x11-toolkits/gnocl/Makefile	Fri Sep 11 18:45:34 2015	(r396699)
@@ -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}|; \


More information about the svn-ports-all mailing list