diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-12-23 15:14:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-12-23 15:14:38 +0800 |
commit | 56e8bae77055240cfbe843734f213a553bbac680 (patch) | |
tree | 3e6ea4db58c77306d7153dee29fd9ddad0c2b94d /games | |
parent | fb1fcf913a8140f8c4af608c6e6c548cdc86102d (diff) | |
download | freebsd-ports-graphics-56e8bae77055240cfbe843734f213a553bbac680.tar.gz freebsd-ports-graphics-56e8bae77055240cfbe843734f213a553bbac680.tar.zst freebsd-ports-graphics-56e8bae77055240cfbe843734f213a553bbac680.zip |
- extend MASTER_SITES
Diffstat (limited to 'games')
-rw-r--r-- | games/gnustep-ladder/Makefile | 3 | ||||
-rw-r--r-- | games/lapispuzzle/Makefile | 3 | ||||
-rw-r--r-- | games/nextgo/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index 8ae0942e96e..bbb5aa543e0 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -9,8 +9,9 @@ PORTNAME= ladder PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= games gnustep -MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ${MASTER_SITE_GNUSTEP_CH} +MASTER_SITE_SUBDIR= gap PKGNAMEPREFIX= gnustep- DISTNAME= Ladder-${PORTVERSION} diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index 831c150982b..973b7a6444c 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -9,8 +9,9 @@ PORTNAME= lapispuzzle PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= games gnustep -MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ${MASTER_SITE_GNUSTEP_CH} +MASTER_SITE_SUBDIR= gap DISTNAME= LapisPuzzle-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index b538dc528a9..6f7adf4aa4d 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -9,7 +9,8 @@ PORTNAME= nextgo PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= games gnustep -MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gap DISTNAME= NeXTGo-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |