svn commit: r322005 - in head/textproc: docbook-to-man mgdiff
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 28 22:34:16 UTC 2013
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 at citeweb.net>
-#
+# Created by: Cyrille Lefevre <clefevre at 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 at 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 at marvin.robin.de
-#
+# Created by: andreas at marvin.robin.de
# $FreeBSD$
-#
PORTNAME= mgdiff
PORTVERSION= 1.0
@@ -14,10 +10,10 @@ MASTER_SITE_SUBDIR= applications
DISTNAME= ${PORTNAME}
MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list