svn commit: r380811 - head/devel/fortytwo-encore
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 9 00:57:46 UTC 2015
Author: amdmi3
Date: Mon Mar 9 00:57:45 2015
New Revision: 380811
URL: https://svnweb.freebsd.org/changeset/ports/380811
QAT: https://qat.redports.org/buildarchive/r380811/
Log:
- Add LICENSE_FILE
- Strip library
Modified:
head/devel/fortytwo-encore/Makefile
Modified: head/devel/fortytwo-encore/Makefile
==============================================================================
--- head/devel/fortytwo-encore/Makefile Mon Mar 9 00:57:44 2015 (r380810)
+++ head/devel/fortytwo-encore/Makefile Mon Mar 9 00:57:45 2015 (r380811)
@@ -2,7 +2,7 @@
PORTNAME= encore
PORTVERSION= 0.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnustep
MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION}
PKGNAMEPREFIX= fortytwo-
@@ -13,6 +13,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Utility classes for GNUstep
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
@@ -31,5 +32,6 @@ OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKDIR}/Encore-${PORTVERSION}-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/Encore.framework/Versions/0/libEncore.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list