diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-31 13:00:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-31 13:00:43 +0000 |
commit | f26032e3b9e2d62e9f4564dbd88b06f5534215c9 (patch) | |
tree | 761a9e3fe968f87b96bb716fdec4738b1d412780 /games/nethack34-gnome/Makefile | |
parent | Correct primary MASTER_SITES. (diff) |
NetHack distfiles are not on MASTER_SITE_GNU anymore.
Notes
Notes:
svn path=/head/; revision=57049
Diffstat (limited to 'games/nethack34-gnome/Makefile')
-rw-r--r-- | games/nethack34-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack34-gnome/Makefile b/games/nethack34-gnome/Makefile index c7ac2b699509..731783f915f2 100644 --- a/games/nethack34-gnome/Makefile +++ b/games/nethack34-gnome/Makefile @@ -8,8 +8,7 @@ PORTNAME= nethack PORTVERSION= 3.3.1 CATEGORIES= games gnome -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -gnome DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} |