aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-22 09:39:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-22 09:39:58 +0000
commit965379e1ed645e66b2e68a7c7ab9e537f210b205 (patch)
treebf675c02600d66f684685eeb6bdc4ace66ecfcf5
parentc302988efea1f36248e8f9e2489057bf5e25c34a (diff)
downloadports-965379e1ed645e66b2e68a7c7ab9e537f210b205.tar.gz
ports-965379e1ed645e66b2e68a7c7ab9e537f210b205.zip
- 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
Notes
Notes: svn path=/head/; revision=518133
-rw-r--r--devel/llnextgen/Makefile9
-rw-r--r--devel/llnextgen/pkg-descr2
-rw-r--r--devel/llnextgen/pkg-plist1
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