svn commit: r446909 - head/graphics/cfdg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jul 30 09:01:12 UTC 2017
Author: amdmi3
Date: Sun Jul 30 09:01:10 2017
New Revision: 446909
URL: https://svnweb.freebsd.org/changeset/ports/446909
Log:
- Pet portlint
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
Modified:
head/graphics/cfdg/Makefile
head/graphics/cfdg/pkg-descr
Modified: head/graphics/cfdg/Makefile
==============================================================================
--- head/graphics/cfdg/Makefile Sun Jul 30 09:01:10 2017 (r446908)
+++ head/graphics/cfdg/Makefile Sun Jul 30 09:01:10 2017 (r446909)
@@ -12,11 +12,11 @@ DISTNAME= ContextFreeSource${PORTVERSION}
MAINTAINER= anatoly.borodin at gmail.com
COMMENT= Context Free Design Grammar compiler
-LIB_DEPENDS= libpng.so:graphics/png
-
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LIB_DEPENDS= libpng.so:graphics/png
+
WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
USES= gmake tar:tgz
@@ -28,7 +28,9 @@ OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+
+do-install-EXAMPLES-on:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/input/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
Modified: head/graphics/cfdg/pkg-descr
==============================================================================
--- head/graphics/cfdg/pkg-descr Sun Jul 30 09:01:10 2017 (r446908)
+++ head/graphics/cfdg/pkg-descr Sun Jul 30 09:01:10 2017 (r446909)
@@ -21,4 +21,4 @@ Features:
* Automatic checking for updates (Mac only).
* It's free, as in beer and as in speech.
-WWW: http://www.contextfreeart.org/
+WWW: https://www.contextfreeart.org/
More information about the svn-ports-head
mailing list