diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
commit | 67834415915be3cf028ea75dc0ee074873d6bb30 (patch) | |
tree | c4946c31ee8c6fb1b90ce1124ce5bccaa85a3d80 | |
parent | 8765d067dfffb744abd229305ede8fe1ad3d2e53 (diff) | |
download | ports-67834415915be3cf028ea75dc0ee074873d6bb30.tar.gz ports-67834415915be3cf028ea75dc0ee074873d6bb30.zip |
Notes
-rw-r--r-- | textproc/gxditview/Makefile | 16 | ||||
-rw-r--r-- | textproc/gxditview/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/info2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/info2html/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/mgdiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/mgdiff/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/sgmlformat/Makefile | 6 | ||||
-rw-r--r-- | textproc/sgmlformat/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/unroff/Makefile | 5 | ||||
-rw-r--r-- | textproc/unroff/pkg-plist | 15 |
10 files changed, 36 insertions, 21 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 776ba2c55c77..c79d425627e4 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -3,20 +3,22 @@ # Date created: 24 June 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/20 03:45:24 steve Exp $ # # Same version as the contrib groff sources... -DISTNAME= gxditview-1.10 -CATEGORIES= textproc -DISTFILES= # none +DISTNAME= gxditview-1.10 +CATEGORIES= textproc +DISTFILES= # none MAINTAINER= dom@myrddin.demon.co.uk -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} -GXDVSRC?= /usr/src/contrib/groff/xditview +USE_IMAKE= yes +MAN1= gxditview.1 + +GXDVSRC?= /usr/src/contrib/groff/xditview do-extract: @if [ ! -d ${GXDVSRC} ]; then \ diff --git a/textproc/gxditview/pkg-plist b/textproc/gxditview/pkg-plist index 17e3d7cd45b5..2a69adab1dfd 100644 --- a/textproc/gxditview/pkg-plist +++ b/textproc/gxditview/pkg-plist @@ -1,3 +1,2 @@ bin/gxditview lib/X11/app-defaults/GXditview -man/man1/gxditview.1.gz diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile index 8c9a511eff5a..db451686812f 100644 --- a/textproc/info2html/Makefile +++ b/textproc/info2html/Makefile @@ -3,7 +3,7 @@ # Date created: 9 October 1997 # Whom: wosch # -# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $ +# $Id: Makefile,v 1.1.1.1 1997/10/10 13:37:50 wosch Exp $ # DISTNAME= info2html-1.1 @@ -12,4 +12,7 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org +MAN1= info2html.1 +MANCOMPRESSED= yes + .include <bsd.port.mk> diff --git a/textproc/info2html/pkg-plist b/textproc/info2html/pkg-plist index 701c5e15b053..736a761b98de 100644 --- a/textproc/info2html/pkg-plist +++ b/textproc/info2html/pkg-plist @@ -1,2 +1 @@ bin/info2html -man/man1/info2html.1.gz diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 9c76f0fe3e4f..8ee05667c894 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -3,7 +3,7 @@ # Date created: 22 October 1996 # Whom: andreas@marvin.robin.de # -# $Id: Makefile,v 1.3 1997/04/11 09:39:54 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/27 00:11:48 asami Exp $ # DISTNAME= mgdiff @@ -16,6 +16,7 @@ MAINTAINER= andreas@marvin.robin.de REQUIRES_MOTIF= yes USE_IMAKE= yes +MAN1= mgdiff.1 post-install: @${MKDIR} ${PREFIX}/lib/X11/mgdiff diff --git a/textproc/mgdiff/pkg-plist b/textproc/mgdiff/pkg-plist index e3801620a8b3..445ab7c96a9a 100644 --- a/textproc/mgdiff/pkg-plist +++ b/textproc/mgdiff/pkg-plist @@ -1,5 +1,5 @@ bin/mgdiff -man/man1/mgdiff.1.gz lib/X11/app-defaults/Mgdiff lib/X11/mgdiff/mgdiff.xbm lib/X11/mgdiff/mgdiff.xpm +@dirrm lib/X11/mgdiff diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index d343b86a15c3..4278f83db8b6 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -3,7 +3,7 @@ # Date created: July 16, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $ +# $Id: Makefile,v 1.10 1998/09/15 21:18:06 jfieber Exp $ # DISTNAME= sgmlformat-1.7 @@ -27,6 +27,10 @@ RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ USE_PERL5= yes +MAN1= instant.1 sgmlfmt.1 +MAN5= transpec.5 +MANCOMPRESSED= yes + post-install: @${CAT} ${PKGDIR}/MESSAGE diff --git a/textproc/sgmlformat/pkg-plist b/textproc/sgmlformat/pkg-plist index 4660cfb303b7..d7733a3b00eb 100644 --- a/textproc/sgmlformat/pkg-plist +++ b/textproc/sgmlformat/pkg-plist @@ -1,8 +1,5 @@ bin/sgmlfmt bin/instant -man/man1/sgmlfmt.1.gz -man/man1/instant.1.gz -man/man5/transpec.5.gz share/sgml/transpec/roff.cmap share/sgml/transpec/roff.sdata share/sgml/transpec/linuxdoc-roff.ts diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 3defdd9a34c7..1856a5ef466a 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.5 1997/03/06 12:24:49 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp $ # DISTNAME= unroff-1.0 @@ -26,6 +26,9 @@ UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff PATCH1= me-misc-patch PATCH2= misc-patch-2 +MAN1= unroff.1 unroff-html.1 unroff-html-man.1 unroff-html-ms.1 +MANCOMPRESSED= yes + pre-patch: @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" @(cd ${_DISTDIR}; \ diff --git a/textproc/unroff/pkg-plist b/textproc/unroff/pkg-plist index 6fe271630af5..2671bd6312eb 100644 --- a/textproc/unroff/pkg-plist +++ b/textproc/unroff/pkg-plist @@ -1,14 +1,21 @@ bin/unroff -man/man1/unroff.1.gz -man/man1/unroff-html.1.gz -man/man1/unroff-html-man.1.gz -man/man1/unroff-html-ms.1.gz share/unroff/doc/manual.ms share/unroff/misc/sample.unroff share/unroff/misc/tmac.hyper share/unroff/scm/troff.scm +share/unroff/scm/troff.scm.orig share/unroff/scm/html/common.scm +share/unroff/scm/html/common.scm.orig share/unroff/scm/html/m.scm share/unroff/scm/html/man.scm +share/unroff/scm/html/me.scm +share/unroff/scm/html/me.scm.orig share/unroff/scm/html/ms.scm +share/unroff/scm/html/ms.scm.orig share/unroff/scm/misc/hyper.scm +share/unroff/scm/misc/hyper.scm.orig +@dirrm share/unroff/doc +@dirrm share/unroff/misc +@dirrm share/unroff/scm/html +@dirrm share/unroff/scm/misc +@dirrm share/unroff/scm |