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/nethack34 | |
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/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |