diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-12-23 07:14:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-12-23 07:14:38 +0000 |
commit | 62d0e722b6ce7f91dc70254798d8c5f447ef555b (patch) | |
tree | 4d320d3d567c4850d1dfd1ca890d051764dbe7bb /games/lapispuzzle | |
parent | ced78334e580f132938a1ff92c0dd9d164b419be (diff) |
- extend MASTER_SITES
Notes
Notes:
svn path=/head/; revision=224621
Diffstat (limited to 'games/lapispuzzle')
-rw-r--r-- | games/lapispuzzle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index 831c150982bd..973b7a6444c1 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 |