Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 21:02:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366677 - head/mail/sylpheed
Message-ID:  <201408302102.s7UL2OuE066873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408302102.s7UL2OuE066873>