svn commit: r368220 - head/misc/latex-mk

Hiroki Sato hrs at FreeBSD.org
Sun Sep 14 19:26:24 UTC 2014


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 at 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


More information about the svn-ports-head mailing list