Date: Thu, 5 Jan 2006 00:43:42 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newscache Makefile pkg-plist Message-ID: <200601050043.k050hgJd043041@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601050043.k050hgJd043041>