gofer does not run $ gofer exec: %%PREFIX%%/lib/Gofer/gofer: not found Fix: Apparently, it was forgotten to substitute %%PREFIX%% Suggested solution. Add ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${PREFIX}/bin/gofer ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${PREFIX}/bin/goferc After ${INSTALL_SCRIPT} ${WRKDIR}/scripts/gofer ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/scripts/goferc ${PREFIX}/bin in Makefile How-To-Repeat: $ make install $ gofer
Responsible Changed From-To: freebsd-ports-bugs->haskell Over to maintainer (via the GNATS Auto Assign Tool)
pgj 2010-05-30 11:33:33 UTC FreeBSD ports repository Modified files: lang/Gofer Makefile Log: - Fix installation problem PR: ports/146940 Submitted by: Stefan <schaecsn@gmx.net> Revision Changes Path 1.22 +5 -0 ports/lang/Gofer/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 Thank you for submission, it has been fixed by now.