diff options
author | fenner <fenner@FreeBSD.org> | 2003-03-11 20:57:54 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2003-03-11 20:57:54 +0000 |
commit | 3ea3937a6d6397c49028b2a2e4d9a40660be69aa (patch) | |
tree | ab442d38b57b59f35ed921af017f5f769546afcd /games | |
parent | cff848da486175fcac3cb3101a384f6e1a754bae (diff) | |
download | FreeBSD-ports-3ea3937a6d6397c49028b2a2e4d9a40660be69aa.zip FreeBSD-ports-3ea3937a6d6397c49028b2a2e4d9a40660be69aa.tar.gz |
Update MASTER_SITES for MAINTAINER-less ports.
PR: ports/49045
Submitted By: Ryan T. Dean <rtdean@cytherianage.net>
Approved By: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/gemdropx/Makefile | 3 | ||||
-rw-r--r-- | games/nethack33/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34/Makefile | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index d14e056..1749073 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -8,8 +8,7 @@ PORTNAME= gemdropx PORTVERSION= 0.9 CATEGORIES= games -MASTER_SITES= http://www.nbswebfx.com/downloads/ \ - ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx +MASTER_SITES= http://www.nbswebfx.com/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= An interesting one-player puzzle game for X diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index b4c5093..32174e3 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -9,7 +9,8 @@ PORTNAME= nethack PORTVERSION= 3.3.1 PORTREVISION= 1 CATEGORIES?= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index ab60ae5..7d28785 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -9,7 +9,8 @@ PORTNAME= nethack PORTVERSION= 3.4.0 PORTREVISION= 1 CATEGORIES?= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz |