diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-08-31 05:02:24 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-08-31 05:02:24 +0800 |
commit | 129cce9f4cba2a30228d6168865a556f2230396f (patch) | |
tree | 2d0efedd5f60814d59dd328e99ef677a0b18ef5b /mail | |
parent | 7fd00ed8622e967b19dc5b9776335e50b2925820 (diff) | |
download | freebsd-ports-gnome-129cce9f4cba2a30228d6168865a556f2230396f.tar.gz freebsd-ports-gnome-129cce9f4cba2a30228d6168865a556f2230396f.tar.zst freebsd-ports-gnome-129cce9f4cba2a30228d6168865a556f2230396f.zip |
Use install-strip install target.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
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> |