diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-29 23:21:17 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-29 23:21:17 +0800 |
commit | 0a6d8b6f069017531bc628a659c66a127e6d549c (patch) | |
tree | 7cdd622328b01356154316760ea7f44643c49724 | |
parent | 0d6ea2806e184b8a9ecd3f8a7bda164210d9c388 (diff) | |
download | marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar.gz marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar.bz2 marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar.lz marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar.xz marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.tar.zst marcuscom-ports-0a6d8b6f069017531bc628a659c66a127e6d549c.zip |
Distfile has gotta be stored on the FreeBSD servers while the monkey-bubble
website has disappeared.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1723 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 656461c1e..a87aa2b8e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -9,7 +9,9 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 PORTREVISION= 1 CATEGORIES= games gnome -MASTER_SITES= http://monkey-bubble.tuxfamily.org/ +#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org |