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/nethack32 | |
parent | a0c0ab9f1355d917d3a7363efb64102e12b9f0a2 (diff) | |
download | ports-f26032e3b9e2d62e9f4564dbd88b06f5534215c9.tar.gz ports-f26032e3b9e2d62e9f4564dbd88b06f5534215c9.zip |
Notes
Diffstat (limited to 'games/nethack32')
-rw-r--r-- | games/nethack32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index aa68654804d2..b94bb622eded 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -9,9 +9,7 @@ PORTNAME= nethack PORTVERSION= 3.2.3 CATEGORIES= games MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \ - ftp://ftp.wtower.com/nethack/sources/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= nethack + ftp://ftp.wtower.com/nethack/sources/ DISTNAME= nethack-3.2.2 PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/ |