diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-04 20:15:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-04 20:15:12 +0000 |
commit | 83392e9b5b79363b11201dd94b1065c621b6c3c0 (patch) | |
tree | 4c883900ba7829a3b94184231739bd7b47d0daa6 /games/nethack34 | |
parent | Add several missing files to pkg-plist. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=36793
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 72269ecf6385..ea19b7314b8f 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/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 |