diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-02 18:53:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-02 18:53:23 +0000 |
commit | a0c33295aacf7b736db52650f493a6206aa9b8ee (patch) | |
tree | 872f85ac9f81b2db5aa30cf1530cf681052ab080 /sysutils/rc_subr/Makefile | |
parent | 35ede39fa2502ad83adaf2e3f3421958cc1b5063 (diff) |
Notes
Diffstat (limited to 'sysutils/rc_subr/Makefile')
-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 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 |