diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-28 09:05:20 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-28 09:05:20 +0000 |
commit | 9423a0523f108271336cac6fae2afadd064f7a61 (patch) | |
tree | 34eef75bcbab21bbb1a312f362f540ec37d721a2 | |
parent | be08827d202590635d167520d2f4a6eed80afd3e (diff) | |
download | FreeBSD-ports-9423a0523f108271336cac6fae2afadd064f7a61.zip FreeBSD-ports-9423a0523f108271336cac6fae2afadd064f7a61.tar.gz |
- Clarify LICENSE
- Switch to options helpers
- Remove license from pkg-descr
-rw-r--r-- | devel/fortytwo-encore/Makefile | 6 | ||||
-rw-r--r-- | devel/fortytwo-encore/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index d2e0d65..0d7b45e 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 84af0df..c8d201c 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/ |