svn commit: r417702 - head/devel/fortytwo-encore

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 28 09:05:22 UTC 2016


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 at 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/


More information about the svn-ports-head mailing list