diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 13:21:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 13:21:36 +0800 |
commit | 72ca303d2dd5a8ad9b34f638940e12d5cd522378 (patch) | |
tree | a12361ebe1cff8ab09484a240e3755d24f166eeb /net/spread4 | |
parent | 3f8b02b6baafc722ea807dd648e18ccc5db56ce6 (diff) | |
download | freebsd-ports-graphics-72ca303d2dd5a8ad9b34f638940e12d5cd522378.tar.gz freebsd-ports-graphics-72ca303d2dd5a8ad9b34f638940e12d5cd522378.tar.zst freebsd-ports-graphics-72ca303d2dd5a8ad9b34f638940e12d5cd522378.zip |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
Diffstat (limited to 'net/spread4')
-rw-r--r-- | net/spread4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/spread4/Makefile b/net/spread4/Makefile index b5f2289f1ab..ac9511febdf 100644 --- a/net/spread4/Makefile +++ b/net/spread4/Makefile @@ -20,7 +20,6 @@ USE_RC_SUBR= spread.sh USE_LDCONFIG= yes ALL_TARGET= all -RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} WRKSRC= ${WRKDIR}/spread-src-${PORTVERSION} PKGMESSAGE= ${WRKSRC}/license.txt |