diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021 (patch) | |
tree | b6c77eccf1aba052a36e6bf06465fddc6e27bcf6 /games/xbubble | |
parent | e4769a39336d4c90e6fab665c7ce29df3aca4352 (diff) |
Notes
Diffstat (limited to 'games/xbubble')
-rw-r--r-- | games/xbubble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 8305f7bbde3f..f0a8b52f6289 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -7,7 +7,8 @@ PORTNAME= xbubble PORTVERSION= 0.2 CATEGORIES= games -MASTER_SITES= http://savannah.nongnu.org/download/xbubble/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= klaus.goger@reflex.at COMMENT= Bust-A-Move/Puzzle Bubble clone |