svn commit: r402891 - head/editors/cream

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 3 17:25:03 UTC 2015


Author: amdmi3
Date: Thu Dec  3 17:25:02 2015
New Revision: 402891
URL: https://svnweb.freebsd.org/changeset/ports/402891

Log:
  - Clarify LICENSE
  - Switch to options helpers

Modified:
  head/editors/cream/Makefile

Modified: head/editors/cream/Makefile
==============================================================================
--- head/editors/cream/Makefile	Thu Dec  3 17:19:18 2015	(r402890)
+++ head/editors/cream/Makefile	Thu Dec  3 17:25:02 2015	(r402891)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/Cream/${POR
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gvim extension with many features
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
 
 RUN_DEPENDS=	${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim
 
@@ -39,8 +39,10 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/applications)
 	(cd ${WRKSRC} && ${INSTALL_DATA} cream.png cream.svg \
 		${STAGEDIR}${PREFIX}/share/pixmaps)
-.for f in docs docs-html
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in docs docs-html
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} \
 		${STAGEDIR}${DOCSDIR})
 .endfor


More information about the svn-ports-all mailing list