summaryrefslogtreecommitdiff
path: root/games/nethack-lib
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
commit57811866cc03d7bc7a33ef189cd6eeb1793222d3 (patch)
tree22fa5a3245cb6d36a09e38184be1a8e179d0420f /games/nethack-lib
parentc74fd5f147a584c6c515bd7e5880c9fa4457a2c7 (diff)
downloadpkgsrc-57811866cc03d7bc7a33ef189cd6eeb1793222d3.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/nethack-lib')
-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