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 /textproc/info2html | |
parent | 8765d067dfffb744abd229305ede8fe1ad3d2e53 (diff) | |
download | ports-67834415915be3cf028ea75dc0ee074873d6bb30.tar.gz ports-67834415915be3cf028ea75dc0ee074873d6bb30.zip |
Notes
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 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 |