svn commit: r323870 - head/print/xdvi

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jul 29 07:45:52 UTC 2013


Author: danfe
Date: Mon Jul 29 07:45:51 2013
New Revision: 323870
URL: http://svnweb.freebsd.org/changeset/ports/323870

Log:
  - Unbreak the build, convert USE_GMAKE to USES
  - Expand creator's name in header, touch COMMENT
  
  Pointy hat to:	bapt (r322000)

Modified:
  head/print/xdvi/Makefile

Modified: head/print/xdvi/Makefile
==============================================================================
--- head/print/xdvi/Makefile	Mon Jul 29 07:29:21 2013	(r323869)
+++ head/print/xdvi/Makefile	Mon Jul 29 07:45:51 2013	(r323870)
@@ -1,4 +1,4 @@
-# Created by: jmz
+# Created by: Jean-Marc Zucconi <jmz at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	xdvi
@@ -11,14 +11,13 @@ DISTNAME=	${PORTNAME}-20
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	DVI Previewer for the X Window System
+COMMENT=	DVI previewer for the X Window System
 
 CONFLICTS=	teTeX-*
 
 DIST_SUBDIR=	xdvi
-UES=		imake
+USES=		gmake imake
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
-USE_GMAKE=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PLIST_SUB=	LOCALBASE=${LOCALBASE}


More information about the svn-ports-all mailing list