aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-06-28 17:05:20 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-06-28 17:05:20 +0800
commit0c011617f25ac5a7c27cdd1f2b20191fe4b3dce2 (patch)
tree34eef75bcbab21bbb1a312f362f540ec37d721a2 /devel
parentf87e370c7e7fa605afcea1317019679375c2f791 (diff)
downloadfreebsd-ports-graphics-0c011617f25ac5a7c27cdd1f2b20191fe4b3dce2.tar.gz
freebsd-ports-graphics-0c011617f25ac5a7c27cdd1f2b20191fe4b3dce2.tar.zst
freebsd-ports-graphics-0c011617f25ac5a7c27cdd1f2b20191fe4b3dce2.zip
- Clarify LICENSE
- Switch to options helpers - Remove license from pkg-descr
Diffstat (limited to 'devel')
-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 d2e0d65e3bb..0d7b45e0c40 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 84af0df3c1a..c8d201cb1b0 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/