diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-27 23:23:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-27 23:23:29 +0000 |
commit | b6acfc855f3f09ef42b83bfe435745bfb69d40da (patch) | |
tree | 012a1b911246b0d19f55ae162eb96998deb2be6e /devel/csoap | |
parent | 97675e2733a71822c8ced9fc342f55ce145d275b (diff) |
- Strip libraries
Notes
Notes:
svn path=/head/; revision=387692
Diffstat (limited to 'devel/csoap')
-rw-r--r-- | devel/csoap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/csoap/Makefile b/devel/csoap/Makefile index bb94ed4ee616..db16c884fb78 100644 --- a/devel/csoap/Makefile +++ b/devel/csoap/Makefile @@ -3,7 +3,7 @@ PORTNAME= csoap PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel net www MASTER_SITES= SF/${PORTNAME}/libsoap/${PORTVERSION} DISTNAME= libsoap-${PORTVERSION} @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USES= pathfix libtool USE_GNOME= libxml2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION} |