Date: Fri, 28 Jun 2013 22:34:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322005 - in head/textproc: docbook-to-man mgdiff Message-ID: <201306282234.r5SMYGQv024138@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jun 28 22:34:15 2013 New Revision: 322005 URL: http://svnweb.freebsd.org/changeset/ports/322005 Log: Convert to USES=imake Trim headers Remove indefinite article Modified: head/textproc/docbook-to-man/Makefile head/textproc/mgdiff/Makefile Modified: head/textproc/docbook-to-man/Makefile ============================================================================== --- head/textproc/docbook-to-man/Makefile Fri Jun 28 22:32:28 2013 (r322004) +++ head/textproc/docbook-to-man/Makefile Fri Jun 28 22:34:15 2013 (r322005) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnupg-devel -# Date created: 5 Oct 2001 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= docbook-to-man PORTVERSION= 1.0 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.oasis-open.org/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter +COMMENT= DocBook SGML DTD into nroff/troff -man macros converter # Global variables # @@ -24,7 +20,7 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc .endif RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook -USE_IMAKE= yes +USES= imake XFREE86_HTML_MAN= no MAN1= oinstant.1 Modified: head/textproc/mgdiff/Makefile ============================================================================== --- head/textproc/mgdiff/Makefile Fri Jun 28 22:32:28 2013 (r322004) +++ head/textproc/mgdiff/Makefile Fri Jun 28 22:34:15 2013 (r322005) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mgdiff -# Date created: 22 October 1996 -# Whom: andreas@marvin.robin.de -# +# Created by: andreas@marvin.robin.de # $FreeBSD$ -# PORTNAME= mgdiff PORTVERSION= 1.0 @@ -14,10 +10,10 @@ MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical front end to the Unix diff command +COMMENT= Graphical front end to the Unix diff command +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt MAN1= mgdiff.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282234.r5SMYGQv024138>