diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-05 22:48:26 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-05 22:48:26 +0800 |
commit | 7800ad14c67da2d5991200dad08dac3533ff86dd (patch) | |
tree | 707813700db4d644083f57941a73033207ace52f /games | |
parent | 1d3442212da53e99c439268ce7ed8f8324405cdf (diff) | |
download | marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar.gz marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar.bz2 marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar.lz marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar.xz marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.tar.zst marcuscom-ports-7800ad14c67da2d5991200dad08dac3533ff86dd.zip |
Chase WWW to the new location, as identified by Mezz. Also,
move stuff around in the Makefile so it more closely matches
what's in FreeBSD CVS. For no particularly good reason.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/monkeybubble/Makefile | 4 | ||||
-rw-r--r-- | games/monkeybubble/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index f15e82e5b..c295b448f 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -9,7 +9,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 PORTREVISION= 2 CATEGORIES= games gnome -#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ +#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ #OMG where did the website go?!?! MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw DISTNAME= monkey-bubble-${PORTVERSION} @@ -18,9 +18,9 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes +USE_LIBTOOL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ gstreamerplugins intlhack lthack diff --git a/games/monkeybubble/pkg-descr b/games/monkeybubble/pkg-descr index 62630a3e2..b2bf4902d 100644 --- a/games/monkeybubble/pkg-descr +++ b/games/monkeybubble/pkg-descr @@ -4,4 +4,4 @@ it has monkeys. It has sound and network play and a spiffy GTK+-2 interface, but that's all irrelevant because, come on... monkeys! -WWW: http://monkey-bubble.tuxfamily.org/ +WWW: http://home.gna.org/monkeybubble/ |