svn commit: r385694 - head/games/xtet42
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 7 22:00:09 UTC 2015
Author: amdmi3
Date: Thu May 7 22:00:08 2015
New Revision: 385694
URL: https://svnweb.freebsd.org/changeset/ports/385694
Log:
- Fix build from non-root
Approved by: portmgr blanket
Modified:
head/games/xtet42/Makefile
Modified: head/games/xtet42/Makefile
==============================================================================
--- head/games/xtet42/Makefile Thu May 7 21:59:57 2015 (r385693)
+++ head/games/xtet42/Makefile Thu May 7 22:00:08 2015 (r385694)
@@ -14,6 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-setgid=games
USE_XORG= x11
+post-extract:
+ @${CHMOD} -R u+w ${WRKSRC}
+
post-patch:
@${REINPLACE_CMD} -e 's,^hiscoredir.*,hiscoredir=${DATADIR},' \
${WRKSRC}/Makefile.in
More information about the svn-ports-head
mailing list