svn commit: r366677 - head/mail/sylpheed
Emanuel Haupt
ehaupt at FreeBSD.org
Sat Aug 30 21:02:25 UTC 2014
Author: ehaupt
Date: Sat Aug 30 21:02:24 2014
New Revision: 366677
URL: http://svnweb.freebsd.org/changeset/ports/366677
QAT: https://qat.redports.org/buildarchive/r366677/
Log:
Use install-strip install target.
Modified:
head/mail/sylpheed/Makefile
Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile Sat Aug 30 20:54:51 2014 (r366676)
+++ head/mail/sylpheed/Makefile Sat Aug 30 21:02:24 2014 (r366677)
@@ -21,6 +21,7 @@ USES= gettext iconv gmake pkgconfig tar
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>
More information about the svn-ports-all
mailing list