aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-19 03:49:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-19 03:49:04 +0800
commit903023ac10d578c75dcaa0dda96dd04b9595ce24 (patch)
tree662bd9494f63f08aff945c57a65007eccc701d92 /devel
parent43599966ee84f0d6236f92eb8cfaad5c67cee154 (diff)
downloadfreebsd-ports-gnome-903023ac10d578c75dcaa0dda96dd04b9595ce24.tar.gz
freebsd-ports-gnome-903023ac10d578c75dcaa0dda96dd04b9595ce24.tar.zst
freebsd-ports-gnome-903023ac10d578c75dcaa0dda96dd04b9595ce24.zip
- Strip library
Diffstat (limited to 'devel')
-rw-r--r--devel/highlighterkit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile
index 8c962df9e1f7..24d0c37d026f 100644
--- a/devel/highlighterkit/Makefile
+++ b/devel/highlighterkit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= highlighterkit
PORTVERSION= 0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnustep
MASTER_SITES= http://download.gna.org/pmanager/0.2/
DISTNAME= HighlighterKit-${PORTVERSION}
@@ -10,8 +10,11 @@ DISTNAME= HighlighterKit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework needed by Project Manager
-USES= tar:bzip2 gnustep
+USES= tar:bzip2 gnustep
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/HighlighterKit.framework/Versions/0/libHighlighterKit.so
+
.include <bsd.port.mk>