diff options
Diffstat (limited to 'textproc/info2html/Makefile')
-rw-r--r-- | textproc/info2html/Makefile | 5 |
1 files changed, 4 insertions, 1 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> |