diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /textproc/info_to_html | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'textproc/info_to_html')
-rw-r--r-- | textproc/info_to_html/Makefile | 2 | ||||
-rw-r--r-- | textproc/info_to_html/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index 6db680331537..bd1b27a2d205 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.mons.net/software/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Translate GNU info files into HTML pages + RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib USE_PERL5= yes diff --git a/textproc/info_to_html/pkg-comment b/textproc/info_to_html/pkg-comment deleted file mode 100644 index e7ca4d3fff6d..000000000000 --- a/textproc/info_to_html/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Translate GNU info files into HTML pages |