Date: Tue, 28 Jun 2016 09:05:20 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417702 - head/devel/fortytwo-encore Message-ID: <201606280905.u5S95Kos081312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 28 09:05:20 2016 New Revision: 417702 URL: https://svnweb.freebsd.org/changeset/ports/417702 Log: - Clarify LICENSE - Switch to options helpers - Remove license from pkg-descr Modified: head/devel/fortytwo-encore/Makefile head/devel/fortytwo-encore/pkg-descr Modified: head/devel/fortytwo-encore/Makefile ============================================================================== --- head/devel/fortytwo-encore/Makefile Tue Jun 28 08:34:27 2016 (r417701) +++ head/devel/fortytwo-encore/Makefile Tue Jun 28 09:05:20 2016 (r417702) @@ -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> Modified: head/devel/fortytwo-encore/pkg-descr ============================================================================== --- head/devel/fortytwo-encore/pkg-descr Tue Jun 28 08:34:27 2016 (r417701) +++ head/devel/fortytwo-encore/pkg-descr Tue Jun 28 09:05:20 2016 (r417702) @@ -17,6 +17,4 @@ The classes include - an iterator interface -LICENSE: LGPL2 or later - WWW: http://fortytwo.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606280905.u5S95Kos081312>