summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-28 21:59:06 +0000
committertron <tron@pkgsrc.org>1998-03-28 21:59:06 +0000
commite259711c482b7aeb25c7c53ae0677e193f827c8c (patch)
tree523a03d717d4ecaf1f8a16577f8760baebf7de94 /net
parent50b7af8bdcd2c5d8e68c12fe7912beda144563e8 (diff)
downloadpkgsrc-e259711c482b7aeb25c7c53ae0677e193f827c8c.tar.gz
Change "${MASTER_SITE}" from hard coded URL pointing to "ftp.netbsd.org"
to "${MASTER_SITE_LOCAL}".
Diffstat (limited to 'net')
-rw-r--r--net/icb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile
index 92b40242a72..3c91528d316 100644
--- a/net/icb/Makefile
+++ b/net/icb/Makefile
@@ -3,12 +3,12 @@
# Date created: 18 March 1998
# Whom: cjs
#
-# $NetBSD: Makefile,v 1.3 1998/03/20 00:09:18 tv Exp $
+# $NetBSD: Makefile,v 1.4 1998/03/28 21:59:06 tron Exp $
#
DISTNAME= icb-5.0.5
CATEGORIES= net
-MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= cjs@netbsd.org