From 965379e1ed645e66b2e68a7c7ab9e537f210b205 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 22 Nov 2019 09:39:58 +0000 Subject: [PATCH] - Add LICENSE_FILE (and don't install license with docs) - Use USES=tar:tgz instead of redefining EXTRACT_SUFX - Update WWW - Add LICENSE_FILE Approved by: portmgr blanket --- devel/llnextgen/Makefile | 9 ++++++--- devel/llnextgen/pkg-descr | 2 +- devel/llnextgen/pkg-plist | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/llnextgen/Makefile b/devel/llnextgen/Makefile index f7fe5e951780..0e68658bbee3 100644 --- a/devel/llnextgen/Makefile +++ b/devel/llnextgen/Makefile @@ -4,14 +4,15 @@ PORTNAME= LLnextgen PORTVERSION= 0.5.5 CATEGORIES= devel -MASTER_SITES= http://os.ghalkes.nl/LLnextgen/releases/ -EXTRACT_SUFX= .tgz +MASTER_SITES= https://os.ghalkes.nl/LLnextgen/releases/ MAINTAINER= oleksii.tsai@gmail.com COMMENT= Extended LL(1) parser generator LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +USES= tar:tgz HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} @@ -21,8 +22,10 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/LLnextgen ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/LLnextgen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README COPYING TODO Changelog doc/LLnextgen.pdf \ +.for f in README TODO Changelog doc/LLnextgen.pdf \ doc/LLnextgen.ps.gz doc/calculator.g doc/threadsafe.g ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/devel/llnextgen/pkg-descr b/devel/llnextgen/pkg-descr index 444c21914021..9f112ccd590e 100644 --- a/devel/llnextgen/pkg-descr +++ b/devel/llnextgen/pkg-descr @@ -8,4 +8,4 @@ LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with both static and dynamic conditions. -WWW: http://os.ghalkes.nl/LLnextgen/index.html +WWW: https://os.ghalkes.nl/LLnextgen/index.html diff --git a/devel/llnextgen/pkg-plist b/devel/llnextgen/pkg-plist index f86ea1c3a132..445024e102cb 100644 --- a/devel/llnextgen/pkg-plist +++ b/devel/llnextgen/pkg-plist @@ -1,6 +1,5 @@ bin/LLnextgen man/man1/LLnextgen.1.gz -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.pdf %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.ps.gz