svn commit: r366590 - head/misc/latex-mk
Hiroki Sato
hrs at FreeBSD.org
Sat Aug 30 07:14:38 UTC 2014
Author: hrs
Date: Sat Aug 30 07:14:37 2014
New Revision: 366590
URL: http://svnweb.freebsd.org/changeset/ports/366590
QAT: https://qat.redports.org/buildarchive/r366590/
Log:
- STAGEDIR support.
- Use makeinfo.
PR: 193139
Modified:
head/misc/latex-mk/Makefile
Modified: head/misc/latex-mk/Makefile
==============================================================================
--- head/misc/latex-mk/Makefile Sat Aug 30 06:42:13 2014 (r366589)
+++ head/misc/latex-mk/Makefile Sat Aug 30 07:14:37 2014 (r366590)
@@ -7,19 +7,15 @@ PORTREVISION= 3
CATEGORIES= misc print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= hrs at FreeBSD.org
COMMENT= Collection of makefile and scripts for LaTeX documents
-BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
-RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
+LICENSE= BSD
USE_TEX= latex
-USES= gmake
+USES= gmake makeinfo
GNU_CONFIGURE= yes
-LICENSE= BSD
-
INFO= latex-mk
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list