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 | Update to 0.9.6 and bump PORTEPOCH since 0.9.6 is numerically less than (diff) |
- Fix build on bento
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=100359
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 |