Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 22:44:47 +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: r390003 - head/graphics/fortytwo
Message-ID:  <201506172244.t5HMilvj080440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 22:44:46 2015
New Revision: 390003
URL: https://svnweb.freebsd.org/changeset/ports/390003

Log:
  - Strip library

Modified:
  head/graphics/fortytwo/Makefile

Modified: head/graphics/fortytwo/Makefile
==============================================================================
--- head/graphics/fortytwo/Makefile	Wed Jun 17 22:44:44 2015	(r390002)
+++ head/graphics/fortytwo/Makefile	Wed Jun 17 22:44:46 2015	(r390003)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fortytwo
 PORTVERSION=	0.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
 DISTFILES=	FT-${PORTVERSION}-src.tgz \
@@ -28,4 +28,7 @@ DOCSDIR=	${GNUSTEP_PREFIX}/Local/Library
 ADDITIONAL_OBJCFLAGS+=	-I${BDB_INCLUDE_DIR}
 ADDITIONAL_LDFLAGS+=	-L${BDB_LIB_DIR}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/FT.framework/Versions/0/libFT.so
+
 .include <bsd.port.mk>



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