diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-14 14:59:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-14 14:59:22 +0000 |
commit | 612799067feb33e63b0a32e60d795192558b537b (patch) | |
tree | 7c9e85fe7e41b996c989818dc731b99366fa2e48 | |
parent | 9d03915068c7f2440a80d00ed6e2d5a6e1521fb2 (diff) | |
download | ports-612799067feb33e63b0a32e60d795192558b537b.tar.gz ports-612799067feb33e63b0a32e60d795192558b537b.zip |
Notes
-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} |