diff options
-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 |