diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:32:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:32:38 +0800 |
commit | 0632209a7ab931b215a822fda5d8e6cb8c604c1b (patch) | |
tree | 2d9ee0bfe36d77137f267e7cb8de5ee6e496f082 /net-im/pidgin-bs | |
parent | f8565bc19c03ae05e15cf3e12a00f393e2204fcd (diff) | |
download | freebsd-ports-gnome-0632209a7ab931b215a822fda5d8e6cb8c604c1b.tar.gz freebsd-ports-gnome-0632209a7ab931b215a822fda5d8e6cb8c604c1b.tar.zst freebsd-ports-gnome-0632209a7ab931b215a822fda5d8e6cb8c604c1b.zip |
Strip library
Diffstat (limited to 'net-im/pidgin-bs')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index c56d2729f137..8f77e928f789 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -3,7 +3,7 @@ PORTNAME= pidgin-bs PORTVERSION= 1.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION} DISTNAME= bot-sentry-${PORTVERSION} @@ -21,4 +21,6 @@ USES= gettext gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool USE_LDCONFIG= ${PREFIX}/lib/pidgin +INSTALL_TARGET= install-strip + .include <bsd.port.mk> |