diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 17:57:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-09-21 17:57:41 +0000 |
commit | 075ba35961f57542bb2b32fac931c1eeb717809f (patch) | |
tree | 0b71c910d4fcab9d760eb5f028ceb125db9a8d51 /www/p5-Sledge | |
parent | 67b81fbe2acae1278e55752094ca6bba6e8baeef (diff) |
- add missing manpage (Sledge::Doc::Overview.3)
- bump PORTREVISION
PR: 71203
Submitted by: leeym
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=118317
Diffstat (limited to 'www/p5-Sledge')
-rw-r--r-- | www/p5-Sledge/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Sledge/Makefile b/www/p5-Sledge/Makefile index 245129aa5d2d..28d8c2974792 100644 --- a/www/p5-Sledge/Makefile +++ b/www/p5-Sledge/Makefile @@ -7,6 +7,7 @@ PORTNAME= Sledge PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= sledge/8401 @@ -26,6 +27,7 @@ MAN3= Sledge.3 \ Sledge::Doc::Hooks.3 \ Sledge::Doc::Tutorial.3 \ Sledge::Doc::Install.3 \ + Sledge::Doc::Overview.3 \ Sledge::Doc::FAQ.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |