diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-02 18:53:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-02 18:53:23 +0000 |
commit | e753b56d61661053337deebc77ffef6b02717f38 (patch) | |
tree | add80a2550dd50b4e25a542bceff140e2fb81a93 /sysutils/rc_subr | |
parent | da0d0a01a58b146271bf8f6c848ae4856332032d (diff) | |
download | FreeBSD-ports-e753b56d61661053337deebc77ffef6b02717f38.zip FreeBSD-ports-e753b56d61661053337deebc77ffef6b02717f38.tar.gz |
Fix master site list -- this will greatly speed up fetching (and make
it clear where the real distfile lives).
Diffstat (limited to 'sysutils/rc_subr')
-rw-r--r-- | sysutils/rc_subr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/rc_subr/Makefile b/sysutils/rc_subr/Makefile index 2f4666e..28731a1 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 |