aboutsummaryrefslogtreecommitdiff
path: root/games/tux-aqfh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/tux-aqfh/Makefile')
-rw-r--r--games/tux-aqfh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tux-aqfh/Makefile b/games/tux-aqfh/Makefile
index b5bbcd42b39b..dd90d13b25c0 100644
--- a/games/tux-aqfh/Makefile
+++ b/games/tux-aqfh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tux_aqfh
-PORTVERSION= 1.0.13
+PORTVERSION= 1.0.14
CATEGORIES= games
MASTER_SITES= http://tuxaqfh.sourceforge.net/dist/
@@ -28,7 +28,7 @@ post-patch:
s|-lpthread|${PTHREAD_LIBS}|g ; \
s|datadir/games|datadir|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|\$$(prefix)/games|\@bindir\@|g ; \
- s|\$$(datadir)/games|\$$(datadir)|g'
+ 's|[\$$][(]prefix[)]/games|\@bindir\@|g ; \
+ s|[\$$][(]datadir[)]/games|\$$(datadir)|g'
.include <bsd.port.mk>