diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-30 00:21:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-30 00:21:37 +0000 |
commit | 1e885c58fb7ee6067411f86873c62efcb7a2927b (patch) | |
tree | 2020ff8781f7d77b26d1b087a10fba6ed8235b44 /www/p5-PodToHTML | |
parent | 1d007d351c7fe259dbf1823aae97f3b751fec5c3 (diff) |
Add a missing manual page to $MAN3.
Spotted by: kris
Notes
Notes:
svn path=/head/; revision=188789
Diffstat (limited to 'www/p5-PodToHTML')
-rw-r--r-- | www/p5-PodToHTML/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-PodToHTML/Makefile b/www/p5-PodToHTML/Makefile index 383723e320e2..5528c3a39473 100644 --- a/www/p5-PodToHTML/Makefile +++ b/www/p5-PodToHTML/Makefile @@ -6,6 +6,7 @@ PORTNAME= PodToHTML PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod @@ -24,6 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= podtohtml.1 -MAN3= Pod::HTML_Elements.3 +MAN3= Pod::HTML_Elements.3 \ + Pod::Links.3 .include <bsd.port.mk> |