diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-14 22:59:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-14 22:59:22 +0800 |
commit | 7bbd0d7615011ac7b2d34de566bb8abd785d76d4 (patch) | |
tree | 3aea8c10456c5f80a58febc263995753579feece /net-p2p/verlihub-plugins/Makefile.plugins | |
parent | 8f954462b551ea171298b2bca91fff8dc47ba929 (diff) | |
download | freebsd-ports-gnome-7bbd0d7615011ac7b2d34de566bb8abd785d76d4.tar.gz freebsd-ports-gnome-7bbd0d7615011ac7b2d34de566bb8abd785d76d4.tar.zst freebsd-ports-gnome-7bbd0d7615011ac7b2d34de566bb8abd785d76d4.zip |
- Fix build for all plugin ports on 7.x due to objformat removal
Reported by: pointyhat via pav
Approved by: Mikle Davidkin <skylord at vt.net.ru> (maintainer)
Diffstat (limited to 'net-p2p/verlihub-plugins/Makefile.plugins')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile.plugins | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile.plugins b/net-p2p/verlihub-plugins/Makefile.plugins index 11bb8cd016fe..82bf60106460 100644 --- a/net-p2p/verlihub-plugins/Makefile.plugins +++ b/net-p2p/verlihub-plugins/Makefile.plugins @@ -26,6 +26,9 @@ PLIST_FILES+= lib/lib${PLUGIN_NAME}_pi.a \ PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE_TEMPLATE= ${PORTSDIR}/net-p2p/verlihub-plugins/pkg-message.plugins +post-patch:: + @${REINPLACE_CMD} -e 's,echo aout,echo elf,' ${WRKSRC}/configure + post-build:: @${SED} -e 's,%%PLUGIN_DESC%%,${PLUGIN_DESC},' < ${PKGMESSAGE_TEMPLATE} \ > ${PKGMESSAGE} |