Mostly cosmetic change. Improve appearance of pkg-message by substituting a variable. (No need to bump PORTREVISION.) Fix: --=_1m2xkcqt43a8----Ch4Ydr4WK9JutaLbnjSkwlRSJzdFMMsTiSFVvlSwjtsiPHhc Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: Makefile =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v retrieving revision 1.1.1.4 retrieving revision 1.8 diff -u -t -r1.1.1.4 -r1.8 --- Makefile 7 Jul 2004 18:02:04 -0000 1.1.1.4 +++ Makefile 7 Jul 2004 18:28:51 -0000 1.8 @@ -27,6 +27,6 @@ bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample post-install: - @${CAT} ${PKGMESSAGE} + @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- ${PKGMESSAGE} .include <bsd.port.mk> How-To-Repeat: make install
This will still leave the pkg-message unchanged when installing from package. Please use the PKGMESSAGE-mechanism (cf. e.g. net/xpvm). Volker
State Changed From-To: open->feedback Fix pkg-message for pkg-add req'd.
Responsible Changed From-To: freebsd-ports-bugs->vs Handle.
State Changed From-To: feedback->closed Committed, thanks!