diff options
author | acm <acm@FreeBSD.org> | 2012-05-18 03:27:39 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2012-05-18 03:27:39 +0800 |
commit | 9272fd2c74c2447f426403d33bcea17f48eb4793 (patch) | |
tree | 451f39ee5c016f5d57e0587154aeb49854d42e37 /lang | |
parent | 47c08e56de4d67451d5ce31222c26e53a2da9284 (diff) | |
download | freebsd-ports-gnome-9272fd2c74c2447f426403d33bcea17f48eb4793.tar.gz freebsd-ports-gnome-9272fd2c74c2447f426403d33bcea17f48eb4793.tar.zst freebsd-ports-gnome-9272fd2c74c2447f426403d33bcea17f48eb4793.zip |
- Fix install
Reported by: pav
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 2351ba28b629..331a83b6c28c 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -154,7 +154,7 @@ post-install: if [ -e "${PREFIX}/bin/${PPNAME}" ]; then ${RM} -f "${PREFIX}/bin/${PPNAME}"; fi ${LN} -s "${PREFIX}/lib/fpc/${PORTVERSION}/${PPNAME}" "${PREFIX}/bin" ${SH} "${PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PREFIX}/lib/fpc/${PORTVERSION}" "${PREFIX}/etc" - @${REINPLACE_CMD} -i "" -e 's|^-Fl/usr/local/lib|-Fl${LOCALBASE}/lib;${LOCALBASE}/lib/qt4|g' ${PREFIX}/etc/fpc.cfg + @${REINPLACE_CMD} -i "" -e 's|^-Fl/usr/local/lib|-Fl${LOCALBASE}/lib;${LOCALBASE}/lib/qt4|g' ${PREFIX}/etc/fpc.cfg.sample @if [ ! -f ${PREFIX}/etc/fpc.cfg ]; then \ ${CP} ${PREFIX}/etc/fpc.cfg.sample ${PREFIX}/etc/fpc.cfg; \ fi |