[Midnightbsd-cvs] mports [16455] trunk/print/texinfo/Makefile: switch to uses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 7 07:47:43 EDT 2014


Revision: 16455
          http://svnweb.midnightbsd.org/mports/?rev=16455
Author:   laffer1
Date:     2014-08-07 07:47:42 -0400 (Thu, 07 Aug 2014)
Log Message:
-----------
switch to uses

Modified Paths:
--------------
    trunk/print/texinfo/Makefile

Modified: trunk/print/texinfo/Makefile
===================================================================
--- trunk/print/texinfo/Makefile	2014-08-07 11:40:01 UTC (rev 16454)
+++ trunk/print/texinfo/Makefile	2014-08-07 11:47:42 UTC (rev 16455)
@@ -2,6 +2,7 @@
 
 PORTNAME=	texinfo
 PORTVERSION=	5.1.20130809
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
 		ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/
@@ -10,7 +11,7 @@
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A typeset documentation system with multiple format output
+COMMENT=	Typeset documentation system with multiple format output
 
 LICENSE=	gpl3
 
@@ -18,12 +19,10 @@
 
 FETCH_ARGS=	-Ap
 GNU_CONFIGURE=	yes
-USE_XZ=		yes
 INSTALL_TARGET=	install install-tex
 PKGDEINSTALL=	${PKGINSTALL}
-USE_GMAKE=	yes
 USE_PERL5=	yes
-USES+=		charsetfix
+USES+=		charsetfix gmake:lite tar:xz
 
 MAKE_ARGS=	TEXMF=${PREFIX}/${TEXMF}
 CPPFLAGS+=	-I${LOCALBASE}/lib



More information about the Midnightbsd-cvs mailing list