svn commit: r380816 - head/graphics/gnustep-slideshowkit

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:57:54 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:57:53 2015
New Revision: 380816
URL: https://svnweb.freebsd.org/changeset/ports/380816
QAT: https://qat.redports.org/buildarchive/r380816/

Log:
  - Strip library

Modified:
  head/graphics/gnustep-slideshowkit/Makefile

Modified: head/graphics/gnustep-slideshowkit/Makefile
==============================================================================
--- head/graphics/gnustep-slideshowkit/Makefile	Mon Mar  9 00:57:51 2015	(r380815)
+++ head/graphics/gnustep-slideshowkit/Makefile	Mon Mar  9 00:57:53 2015	(r380816)
@@ -2,7 +2,7 @@
 
 PORTNAME=	slideshowkit
 PORTVERSION=	0.0.1
-PORTREVISION=	20050210
+PORTREVISION=	20050211
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 PKGNAMEPREFIX=	gnustep-
@@ -17,4 +17,7 @@ USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Libraries/libSlideShow.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list