diff options
-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 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/ |