aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-12-02 18:53:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-12-02 18:53:23 +0000
commita0c33295aacf7b736db52650f493a6206aa9b8ee (patch)
tree872f85ac9f81b2db5aa30cf1530cf681052ab080
parent35ede39fa2502ad83adaf2e3f3421958cc1b5063 (diff)
downloadports-a0c33295aacf7b736db52650f493a6206aa9b8ee.tar.gz
ports-a0c33295aacf7b736db52650f493a6206aa9b8ee.zip
Fix master site list -- this will greatly speed up fetching (and make
it clear where the real distfile lives).
Notes
Notes: svn path=/head/; revision=94843
-rw-r--r--sysutils/rc_subr/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/rc_subr/Makefile b/sysutils/rc_subr/Makefile
index 2f4666e54729..28731a118e4f 100644
--- a/sysutils/rc_subr/Makefile
+++ b/sysutils/rc_subr/Makefile
@@ -8,9 +8,7 @@
PORTNAME= rc_subr
PORTVERSION= 1.16
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://ftp.westbend.net/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
-MASTER_SITE_SUBDIR= rcNG
+MASTER_SITES= ftp://ftp.westbend.net/pub/FreeBSD/ports/local-distfiles/rcNG/
MAINTAINER= ports@freebsd.org
COMMENT= Common startup and shutdown subroutines used by scripts