aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
commita83aa892bbbdfec0b5bfaa11d658afe02f38dadb (patch)
tree45fc654dee8804bad2067f0a0b3b53c7a64582d6 /textproc/latex2html
parent21a7215c9a806f970a618637b3834065873c16cc (diff)
downloadports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.tar.gz
ports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.zip
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Notes
Notes: svn path=/head/; revision=433287
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index e6906804b7dc..000af315a944 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= Convert LaTeX documents to HTML
LICENSE= GPLv2
-LICENSE_FILES= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/bin/anytopnm:graphics/netpbm
RUN_DEPENDS:= ${BUILD_DEPENDS}