diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-20 21:13:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-20 21:13:03 +0000 |
commit | f78ec7d5e65b948cb3752fb1db09a6bef9c986be (patch) | |
tree | fdecf5e52f901afe5acd6fd02a2d0a9dc05f04a4 /net/opal3 | |
parent | 2ba405581a0d068f245906129190c38b1cbd21aa (diff) |
Notes
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index d5ff98f5207f..a6af2f95bf09 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} @@ -68,7 +68,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ .if defined(WITH_ZRTP) .if !defined(SAFE_ZRTP) -IGNORE= Please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set +IGNORE= please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set .endif LIB_DEPENDS+= zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp CONFIGURE_ARGS+= --enable-zrtp @@ -266,4 +266,7 @@ post-patch: @${REINPLACE_CMD} -e 's/^\(all:\).*/\1 optdepend opt/' ${WRKSRC}/Makefile.in .endif +post-configure: + @${REINPLACE_CMD} -e 's?\$$(LIB_FILENAME_SHARED_PAT)?libopal-${PORTVERSION:C/.[0-9]+$//g}'.so.'${PORTVERSION:C/^[0-9]+.[0-9]+.//}?' ${WRKSRC}/opal_defs.mak + .include <bsd.port.post.mk> |