diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 08:12:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 08:12:22 +0000 |
commit | 1c6d9b4d6b8d1829bd853498e6eb37a196d2f84b (patch) | |
tree | 8e866a0b61e1e88bd6f34c01cfca997d6da8617e /textproc/htmlsection | |
parent | 26a1705d0ef2f0140abf9e7d7f1abce7ee3c2c1e (diff) | |
download | ports-1c6d9b4d6b8d1829bd853498e6eb37a196d2f84b.tar.gz ports-1c6d9b4d6b8d1829bd853498e6eb37a196d2f84b.zip |
Notes
Diffstat (limited to 'textproc/htmlsection')
-rw-r--r-- | textproc/htmlsection/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htmlsection/Makefile b/textproc/htmlsection/Makefile index dfe6a8cbcb7e..aa039aaabe9b 100644 --- a/textproc/htmlsection/Makefile +++ b/textproc/htmlsection/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://web.ffn.ne.jp/~hsakai/myfreesoft/ MAINTAINER= hsakai@m8.ffn.ne.jp COMMENT= Insert section numbers in HTML and make a table of contents +USE_PERL5_BUILD= yes + MAN1= htmlsection.1 MANCOMPRESSED= yes |