diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
commit | c5d1d89882456a228a9de4981c95bd6f779130d0 (patch) | |
tree | 6919b29e2f6e2647fa578b251206e9dfda44f3e8 /textproc/info2html | |
parent | 3c020a2a3c80bf540449d83bc3a823d99907d672 (diff) | |
download | FreeBSD-ports-c5d1d89882456a228a9de4981c95bd6f779130d0.zip FreeBSD-ports-c5d1d89882456a228a9de4981c95bd6f779130d0.tar.gz |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'textproc/info2html')
-rw-r--r-- | textproc/info2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/info2html/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile index 8c9a511..db45168 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 701c5e1..736a761b 100644 --- a/textproc/info2html/pkg-plist +++ b/textproc/info2html/pkg-plist @@ -1,2 +1 @@ bin/info2html -man/man1/info2html.1.gz |