aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 08:57:45 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 08:57:45 +0800
commite2346e51c32a4a1c284b5353f25f350fe90001bd (patch)
tree3ad08c6bb2773ef2fa4bd5a54431ea979bcdb3cd
parent9251580dc519498459a1931e2b866056775638c9 (diff)
downloadfreebsd-ports-gnome-e2346e51c32a4a1c284b5353f25f350fe90001bd.tar.gz
freebsd-ports-gnome-e2346e51c32a4a1c284b5353f25f350fe90001bd.tar.zst
freebsd-ports-gnome-e2346e51c32a4a1c284b5353f25f350fe90001bd.zip
- Add LICENSE_FILE
- Strip library
-rw-r--r--devel/fortytwo-encore/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile
index edc95115c410..e866dfb4addf 100644
--- a/devel/fortytwo-encore/Makefile
+++ b/devel/fortytwo-encore/Makefile
@@ -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@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>