diff options
-rw-r--r-- | textproc/rman/Makefile | 6 | ||||
-rw-r--r-- | textproc/rman/pkg-descr | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 3d92568af264..36fe78a860dd 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rman -# Date created: 27 Dec 1994 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rman PORTVERSION= 3.2 diff --git a/textproc/rman/pkg-descr b/textproc/rman/pkg-descr index 6903111d23ff..d139d786dc13 100644 --- a/textproc/rman/pkg-descr +++ b/textproc/rman/pkg-descr @@ -2,5 +2,3 @@ PolyglotMan takes formatted man pages from most of the popular flavours of UN*X and transforms them into any of a number of source formats. It can produce ASCII-only, section headers-only, TkMan, [tn]roff, Ensemble, SGML, HTML, LaTeX, RTF, Perl 5 POD. - -WWW: http://polyglotman.sourceforge.net/ |