diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:52:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:52:14 +0000 |
commit | 36bcb15a0f572c7806ab4602c0ac8c54127d7039 (patch) | |
tree | 6eaefa6db8a5819caf6f0d31a2bcecef8d4b943b /net-im/gale | |
parent | 7617b7db95460c9261b6549a8e47348bd17244f8 (diff) | |
download | ports-36bcb15a0f572c7806ab4602c0ac8c54127d7039.tar.gz ports-36bcb15a0f572c7806ab4602c0ac8c54127d7039.zip |
Notes
Diffstat (limited to 'net-im/gale')
-rw-r--r-- | net-im/gale/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index ce4e9910ec31..a14ecb319e22 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -3,7 +3,7 @@ PORTNAME= gale PORTVERSION= 0.99f -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://download.ofb.net/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit @@ -31,4 +31,7 @@ post-patch: @${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ ${WRKSRC}/liboop/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + .include <bsd.port.mk> |