Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 18:45:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396699 - head/x11-toolkits/gnocl
Message-ID:  <201509111845.t8BIjZ74085918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}|; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111845.t8BIjZ74085918>