summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-09-01 19:08:06 +0000
committerreed <reed@pkgsrc.org>2004-09-01 19:08:06 +0000
commit4d39d8425bffc7d789f2faac78bfc3307ee8f84f (patch)
tree22fa5a3245cb6d36a09e38184be1a8e179d0420f /games
parent5b5f5ef3456d3cf5afe4c7dd57ef8fa294a1e52a (diff)
downloadpkgsrc-4d39d8425bffc7d789f2faac78bfc3307ee8f84f.tar.gz
Fix sourceforge URL.
"Apparently, Sourceforge has reorganized its FTP server. The source for nethack has been moved. Consequently, a NetBSD mirror will be contacted for fetching the source." Closes PR pkg/26826. Thank you Alexander Becher.
Diffstat (limited to 'games')
-rw-r--r--games/nethack-lib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index 2dcff5db542..2aa821182d6 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/03/05 15:21:01 pooka Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/09/01 19:08:06 reed Exp $
#
NETHACK_BASEVER= 3.4.3
@@ -8,7 +8,7 @@ NETHACK_DIR= nethackdir340
DISTNAME= nethack-${NETHACK_DISTVER}-src
CATEGORIES= games
-MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/nethack/
+MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/nethack/
EXTRACT_SUFX= .tgz
MAINTAINER= pooka@NetBSD.org