aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-08-31 05:02:24 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-08-31 05:02:24 +0800
commit91a8acc23d53997bfe9cb50ff8147d6b14e86c1d (patch)
tree2d0efedd5f60814d59dd328e99ef677a0b18ef5b /mail
parent5cb0257dd87f485f9c3b2589da2923d152fd3373 (diff)
downloadfreebsd-ports-gnome-91a8acc23d53997bfe9cb50ff8147d6b14e86c1d.tar.gz
freebsd-ports-gnome-91a8acc23d53997bfe9cb50ff8147d6b14e86c1d.tar.zst
freebsd-ports-gnome-91a8acc23d53997bfe9cb50ff8147d6b14e86c1d.zip
Use install-strip install target.
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 120772ea0565..e197225f831d 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -21,6 +21,7 @@ USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -130,7 +131,5 @@ post-install:
.endfor
@${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/
@${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylpheed-plugin-0.so.1.2.0
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylph-0.so.1.2.0
.include <bsd.port.mk>