Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 07:14:38 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366590 - head/misc/latex-mk
Message-ID:  <201408300714.s7U7Ecm5061382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	hrs@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408300714.s7U7Ecm5061382>