aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-LaTeXML
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-08-17 20:30:49 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-08-17 20:30:49 +0000
commit5c5510a489053728e2ead9f959294f5c67586255 (patch)
treec93badd710871c3baad75d3777629f51406d9714 /converters/p5-LaTeXML
parentc3d140c44c9cc0754ed267e04f99901162ee1feb (diff)
downloadports-5c5510a489053728e2ead9f959294f5c67586255.tar.gz
ports-5c5510a489053728e2ead9f959294f5c67586255.zip
converters/p5-LaTeXML: Makefile cleanup and improve pkg-descr
PR: 202236 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Notes
Notes: svn path=/head/; revision=394531
Diffstat (limited to 'converters/p5-LaTeXML')
-rw-r--r--converters/p5-LaTeXML/Makefile6
-rw-r--r--converters/p5-LaTeXML/pkg-descr6
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-LaTeXML/Makefile b/converters/p5-LaTeXML/Makefile
index 386282db8413..ee0966d8e326 100644
--- a/converters/p5-LaTeXML/Makefile
+++ b/converters/p5-LaTeXML/Makefile
@@ -3,6 +3,7 @@
PORTNAME= LaTeXML
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= http://dlmf.nist.gov/LaTeXML/releases/
PKGNAMEPREFIX= p5-
@@ -33,8 +34,7 @@ USE_PERL5= configure
USE_TEX= kpathsea
NO_BUILD= yes
-DOCS= Changes INSTALL MANIFEST README manual.pdf
-PORTDOCS= *
+PORTDOCS= Changes INSTALL MANIFEST README manual.pdf
OPTIONS_DEFINE= DOCS
@@ -47,7 +47,7 @@ post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/converters/p5-LaTeXML/pkg-descr b/converters/p5-LaTeXML/pkg-descr
index 602fece235a9..8de08476f73e 100644
--- a/converters/p5-LaTeXML/pkg-descr
+++ b/converters/p5-LaTeXML/pkg-descr
@@ -1,6 +1,6 @@
-LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter.
-From XML it can generate various flavors of HTML.
-MathML and ePub, with other formats under development.
+LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter. From XML it
+can generate various flavors of HTML. MathML and ePub, with other
+formats under development.
See the included manual.pdf for an documentation.