aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-11 01:24:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-11 01:24:55 +0800
commitb4f58d97eb58eec29f9cac0796cf29c54ec88630 (patch)
treed5512d8309452b29f53e371e91ad700c85106ae4
parentfb4cbd659b7ece8ebd5063b9e0fb3b71e928bc5f (diff)
downloadfreebsd-ports-gnome-b4f58d97eb58eec29f9cac0796cf29c54ec88630.tar.gz
freebsd-ports-gnome-b4f58d97eb58eec29f9cac0796cf29c54ec88630.tar.zst
freebsd-ports-gnome-b4f58d97eb58eec29f9cac0796cf29c54ec88630.zip
- Strip libraries
-rw-r--r--deskutils/ithought/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile
index 46f1335dcffd..f5fded684713 100644
--- a/deskutils/ithought/Makefile
+++ b/deskutils/ithought/Makefile
@@ -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>