svn commit: r390003 - head/graphics/fortytwo
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 22:44:47 UTC 2015
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>
More information about the svn-ports-head
mailing list