Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 19:26:24 +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: r368220 - head/misc/latex-mk
Message-ID:  <201409141926.s8EJQOjY083057@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Sep 14 19:26:23 2014
New Revision: 368220
URL: http://svnweb.freebsd.org/changeset/ports/368220
QAT: https://qat.redports.org/buildarchive/r368220/

Log:
  - Add LICENSE_FILE.
  - Remove texinfo from RUN_DEPENDS.

Modified:
  head/misc/latex-mk/Makefile

Modified: head/misc/latex-mk/Makefile
==============================================================================
--- head/misc/latex-mk/Makefile	Sun Sep 14 19:24:34 2014	(r368219)
+++ head/misc/latex-mk/Makefile	Sun Sep 14 19:26:23 2014	(r368220)
@@ -3,7 +3,7 @@
 
 PORTNAME=	latex-mk
 PORTVERSION=	2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -11,9 +11,9 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Collection of makefile and scripts for LaTeX documents
 
 LICENSE=	BSD4CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	texi2dvi:${PORTSDIR}/print/texinfo
-RUN_DEPENDS=	texi2dvi:${PORTSDIR}/print/texinfo
 
 USE_TEX=	latex
 USES=		gmake



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