cvs commit: ports/news/newscache Makefile pkg-plist
Edwin Groothuis
edwin at FreeBSD.org
Wed Jan 4 16:43:43 PST 2006
edwin 2006-01-05 00:43:42 UTC
FreeBSD ports repository
Modified files:
news/newscache Makefile pkg-plist
Log:
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.
Revision Changes Path
1.22 +1 -4 ports/news/newscache/Makefile
1.6 +0 -1 ports/news/newscache/pkg-plist
More information about the cvs-all
mailing list