aboutsummaryrefslogtreecommitdiff
path: root/devel/fortytwo-encore
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-28 09:05:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-06-28 09:05:20 +0000
commit80fa9351eec077ca19db0a823b243d0a14d68244 (patch)
tree34eef75bcbab21bbb1a312f362f540ec37d721a2 /devel/fortytwo-encore
parent0f03318428796ef14ac24f0bf3af708cb5506953 (diff)
downloadports-80fa9351eec077ca19db0a823b243d0a14d68244.tar.gz
ports-80fa9351eec077ca19db0a823b243d0a14d68244.zip
- Clarify LICENSE
- Switch to options helpers - Remove license from pkg-descr
Notes
Notes: svn path=/head/; revision=417702
Diffstat (limited to 'devel/fortytwo-encore')
-rw-r--r--devel/fortytwo-encore/Makefile6
-rw-r--r--devel/fortytwo-encore/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile
index d2e0d65e3bba..0d7b45e0c409 100644
--- a/devel/fortytwo-encore/Makefile
+++ b/devel/fortytwo-encore/Makefile
@@ -12,7 +12,7 @@ DISTFILES= Encore-${PORTVERSION}-src.tgz \
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility classes for GNUstep
-LICENSE= LGPL21
+LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gnustep
@@ -28,8 +28,10 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Encore.framework/Versions/0/libEncore.so
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKDIR}/Encore-${PORTVERSION}-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Encore.framework/Versions/0/libEncore.so
.include <bsd.port.mk>
diff --git a/devel/fortytwo-encore/pkg-descr b/devel/fortytwo-encore/pkg-descr
index 84af0df3c1ac..c8d201cb1b05 100644
--- a/devel/fortytwo-encore/pkg-descr
+++ b/devel/fortytwo-encore/pkg-descr
@@ -17,6 +17,4 @@ The classes include
- an iterator interface
-LICENSE: LGPL2 or later
-
WWW: http://fortytwo.sourceforge.net/