Of course, cat knows nothing about make variables (What was I thinking?) - Make pkg-message less ugly (pointed out by Yonatan Bokovza <Yonatan@xpert.com>) Fix: --- Makefile 11 Jun 2003 05:44:24 -0000 1.2 +++ Makefile 26 Jun 2003 09:45:35 -0000 @@ -65,6 +65,6 @@ .endif post-install: - @${CAT} ${PKGMESSAGE} + @${SED} -e 's#$${PREFIX}#${PREFIX}#g' ${PKGMESSAGE} .include <bsd.port.mk>
State Changed From-To: open->closed Committed, thanks!