diff options
author | knu <knu@FreeBSD.org> | 2001-01-05 04:15:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-05 04:15:12 +0800 |
commit | fc0dd3fd1dc04edebe2a70cc8228717d9028817e (patch) | |
tree | b1dda8ea52e8b78b8b0b299d8b218596dd3ea476 /games/nethack33 | |
parent | d0f667d74224e0d448b073237543b4f1a16ff21b (diff) | |
download | freebsd-ports-gnome-fc0dd3fd1dc04edebe2a70cc8228717d9028817e.tar.gz freebsd-ports-gnome-fc0dd3fd1dc04edebe2a70cc8228717d9028817e.tar.zst freebsd-ports-gnome-fc0dd3fd1dc04edebe2a70cc8228717d9028817e.zip |
Remove MASTER_SITE_GNU from MASTER_SITES as the GNU mirror sites no
longer have nethack distfiles.
PR: ports/24053
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 72269ecf6385..ea19b7314b8f 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -7,10 +7,8 @@ PORTNAME= nethack PORTVERSION= 3.3.1 -PORTVERSION2= ${PORTVERSION:S/.//g} CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION2}/src/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ MASTER_SITE_SUBDIR= nethack DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz |