diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 00:43:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 00:43:42 +0000 |
commit | e482d3efad7154cad1a80df426e27c34913c963c (patch) | |
tree | 7b0a65bd08fa758da41eb797b1f376f20114cc8d /news/newscache/pkg-plist | |
parent | 4cebee1d5e8b033764c0ab69c274a904e4392a85 (diff) | |
download | FreeBSD-ports-e482d3efad7154cad1a80df426e27c34913c963c.zip FreeBSD-ports-e482d3efad7154cad1a80df426e27c34913c963c.tar.gz |
Implement feedback from dougb@
It would be better to replace the SUB_FILES line in the
Makefile with:
USE_RC_SUBR= ${PORTNAME}.sh
This provides several benefits in the short term. It would
obviate the need for the post-install target and the pkg-plist
entry, as the USE_RC_SUBR macro handles that stuff (as well
as the SUB_FILES stuff) for you automatically. In the long
term, we're going to add even more support for good things
in the USE_RC_SUBR code, so it's a good idea to move that
direction now.
Diffstat (limited to 'news/newscache/pkg-plist')
-rw-r--r-- | news/newscache/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/news/newscache/pkg-plist b/news/newscache/pkg-plist index 47ea849..f6d74dd 100644 --- a/news/newscache/pkg-plist +++ b/news/newscache/pkg-plist @@ -1,6 +1,5 @@ bin/updatenews etc/newscache.conf-dist etc/newscache.auth-dist -etc/rc.d/newscache.sh sbin/newscache sbin/newscacheclean |