diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:34:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:34:15 +0800 |
commit | b6da0ba85fccc7c32bc1e56965b4dcdd802b793a (patch) | |
tree | 1d585b6f2673e57efd497cc2d05539105385bf57 /textproc | |
parent | 106094e92069fc51357500e130513edb85e450a1 (diff) | |
download | freebsd-ports-gnome-b6da0ba85fccc7c32bc1e56965b4dcdd802b793a.tar.gz freebsd-ports-gnome-b6da0ba85fccc7c32bc1e56965b4dcdd802b793a.tar.zst freebsd-ports-gnome-b6da0ba85fccc7c32bc1e56965b4dcdd802b793a.zip |
Convert to USES=imake
Trim headers
Remove indefinite article
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 10 | ||||
-rw-r--r-- | textproc/mgdiff/Makefile | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index c670e0a81b79..c7d0f872e118 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -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/docbook/tools/dtm/ 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/jade .endif RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook -USE_IMAKE= yes +USES= imake XFREE86_HTML_MAN= no MAN1= oinstant.1 diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index d52af2020ed9..93caf2c6d581 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -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 |