diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 06:00:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 06:00:08 +0800 |
commit | 0fd95fa987f8af678d9264f11baa14e5e86770c8 (patch) | |
tree | 66916b9ff4db6f838614b1eb717e64ed617737d3 /games | |
parent | 1408c69670f281132fd03ba67cb0a898aa5f3500 (diff) | |
download | freebsd-ports-gnome-0fd95fa987f8af678d9264f11baa14e5e86770c8.tar.gz freebsd-ports-gnome-0fd95fa987f8af678d9264f11baa14e5e86770c8.tar.zst freebsd-ports-gnome-0fd95fa987f8af678d9264f11baa14e5e86770c8.zip |
- Fix build from non-root
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/xtet42/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xtet42/Makefile b/games/xtet42/Makefile index 649ca0b61a81..8f031b51daeb 100644 --- a/games/xtet42/Makefile +++ b/games/xtet42/Makefile @@ -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 |