diff options
author | knu <knu@FreeBSD.org> | 2002-03-31 13:00:43 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-31 13:00:43 +0000 |
commit | bc11d0349fb17275b930059df57ff7af094da9c7 (patch) | |
tree | 52106480073e64202c270a62c8bd6e4048174e98 /games/nethack33-gnome | |
parent | 8961358cb244e24c41bacb7aca3de455e6873917 (diff) | |
download | FreeBSD-ports-bc11d0349fb17275b930059df57ff7af094da9c7.zip FreeBSD-ports-bc11d0349fb17275b930059df57ff7af094da9c7.tar.gz |
NetHack distfiles are not on MASTER_SITE_GNU anymore.
Diffstat (limited to 'games/nethack33-gnome')
-rw-r--r-- | games/nethack33-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack33-gnome/Makefile b/games/nethack33-gnome/Makefile index c7ac2b6..731783f 100644 --- a/games/nethack33-gnome/Makefile +++ b/games/nethack33-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} |