aboutsummaryrefslogtreecommitdiff
path: root/games/monkeybubble/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-31 22:13:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-31 22:13:21 +0000
commit97ebec76739c012ae60ef397885d4eaeb7ae8917 (patch)
tree9ddafa4910bac1d0804b766f28c5455cb3671f76 /games/monkeybubble/Makefile
parentd80ad25f8862652eb415c86c7245344750fe8d9b (diff)
downloadports-97ebec76739c012ae60ef397885d4eaeb7ae8917.tar.gz
ports-97ebec76739c012ae60ef397885d4eaeb7ae8917.zip
Notes
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r--games/monkeybubble/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
index f6a1dc153b95..15ceba68b755 100644
--- a/games/monkeybubble/Makefile
+++ b/games/monkeybubble/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monkeybubble
-PORTVERSION= 0.1.6
+PORTVERSION= 0.1.7
CATEGORIES= games gnome
MASTER_SITES= http://monkey-bubble.tuxfamily.org/
DISTNAME= monkey-bubble-${PORTVERSION}
@@ -28,5 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
@${REINPLACE_CMD} -e "s/-pg//" ${WRKSRC}/src/ui/Makefile.in
+ @${REINPLACE_CMD} -e "s|/usr/share|${LOCALBASE}/share| ; \
+ s|lang or die|lang, 0777 or die|" ${WRKSRC}/intltool-merge.in
.include <bsd.port.mk>