diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-15 00:46:29 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-15 00:46:29 +0800 |
commit | ec334027f6c8b0260494b5e7c3f2f537ff679fa8 (patch) | |
tree | 9a809bac5afc9bcc86bdcf483357305bbcb72ce6 /www/firefox/Makefile | |
parent | 45a45258762c30675fb5f79d956278c6f3aad798 (diff) | |
download | freebsd-ports-gnome-ec334027f6c8b0260494b5e7c3f2f537ff679fa8.tar.gz freebsd-ports-gnome-ec334027f6c8b0260494b5e7c3f2f537ff679fa8.tar.zst freebsd-ports-gnome-ec334027f6c8b0260494b5e7c3f2f537ff679fa8.zip |
Fix pkg-config files by re-adding REINPLACE_CMD line
Pointed out by: Pascal Hofstee
Approved by: marcus (co mentor)
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 0bc08eb8e0a7..906070eefe9a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -178,7 +178,8 @@ pre-install: ${SED} -e 's|^|@dirrm lib/${FIREFOX}/|' >> ${PLIST} ${ECHO_CMD} @dirrm lib/firefox >> ${PLIST} for pcfile in ${PKGCONFIG_FILES}; do \ - ${REINPLACE_CMD} -e 's|${FIREFOX}-${FF_VER}|${FIREFOX}|g' \ + ${REINPLACE_CMD} -e 's|${FIREFOX}-${FF_VER}|${FIREFOX}|g; \ + s|${FAKEDIR}|${PREFIX}|' \ ${FAKEDIR}/lib/pkgconfig/$${pcfile}.pc ; \ ${ECHO_CMD} libdata/pkgconfig/$${pcfile}.pc >> ${PLIST} ; \ done |