aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:36:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:36:19 +0000
commit013750f0bc68e753803d3e999fe679b6ad8f0052 (patch)
tree15b378a924bb7d369037e92a6a7268ed25c5a875
parentf707794555652b8ba4e0607dcb61e4bdd9ffda68 (diff)
downloadports-013750f0bc68e753803d3e999fe679b6ad8f0052.tar.gz
ports-013750f0bc68e753803d3e999fe679b6ad8f0052.zip
MFH: r380196
- Fix shebangs - Add LICENSE - Fix comment Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q1/; revision=380458
-rw-r--r--textproc/bib2html/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile
index 90d2296afac0..730973df4d87 100644
--- a/textproc/bib2html/Makefile
+++ b/textproc/bib2html/Makefile
@@ -3,18 +3,22 @@
PORTNAME= bib2html
DISTVERSION= 5.1-1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc print
MASTER_SITES= http://www.arakhne.org/IMG/gz/ \
http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= The BibTeX to HTML Translator
+COMMENT= BibTeX to HTML Translator
+
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/../COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bib2html.pl bib2xml.pl
USE_PERL5= run
NO_BUILD= yes