/usr/ports/textproc/highlight/Makefile:44: ${WRKSRC}/datadir.cpp is patched to change occurrence of "/usr/share" to "/usr/local/share". However, in the very same file there is also an occurrence of "/etc/highlight" that should be changed to "/usr/local/share/hightlight". Fix: Make the post-patch target look like that: post-patch: @${REINPLACE_CMD} -e 's|/etc/highlight|${DATADIR}|' -e \ 's|/usr/share/highlight|${DATADIR}|' ${WRKSRC}/datadir.cpp
Responsible Changed From-To: freebsd-ports-bugs->alexbl Over to maintainer
alexbl 2007-02-12 21:19:00 UTC FreeBSD ports repository Modified files: textproc/highlight Makefile Log: - fix a hardcoded path (/etc/highlight) PR: 107340 Submitted by: Bernard Buri<bsd@ask-us.at> Revision Changes Path 1.33 +2 -0 ports/textproc/highlight/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!