diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 10:02:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 10:02:08 +0800 |
commit | c5d1d89882456a228a9de4981c95bd6f779130d0 (patch) | |
tree | 6919b29e2f6e2647fa578b251206e9dfda44f3e8 /textproc/sgmlformat | |
parent | 3c020a2a3c80bf540449d83bc3a823d99907d672 (diff) | |
download | freebsd-ports-gnome-c5d1d89882456a228a9de4981c95bd6f779130d0.tar.gz freebsd-ports-gnome-c5d1d89882456a228a9de4981c95bd6f779130d0.tar.zst freebsd-ports-gnome-c5d1d89882456a228a9de4981c95bd6f779130d0.zip |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 6 | ||||
-rw-r--r-- | textproc/sgmlformat/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
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 |