Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:24:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389087 - head/deskutils/ithought
Message-ID:  <201506101724.t5AHOt8V048280@svn.freebsd.org>

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



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