svn commit: r389087 - head/deskutils/ithought

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:24:56 UTC 2015


Author: amdmi3
Date: Wed Jun 10 17:24:55 2015
New Revision: 389087
URL: https://svnweb.freebsd.org/changeset/ports/389087

Log:
  - Strip libraries

Modified:
  head/deskutils/ithought/Makefile

Modified: head/deskutils/ithought/Makefile
==============================================================================
--- head/deskutils/ithought/Makefile	Wed Jun 10 17:24:35 2015	(r389086)
+++ head/deskutils/ithought/Makefile	Wed Jun 10 17:24:55 2015	(r389087)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ithought
 PORTVERSION=	a5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
 
@@ -14,6 +14,8 @@ USES=		libtool
 USE_GNOME=	gtk12 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
-INSTALL_TARGET=	install-strip
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ithought/module_actions/*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list