diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-23 18:50:32 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-23 18:50:32 +0000 |
commit | 2a043fc0ecfaf766c2243147fc1f4c96f83dd2b1 (patch) | |
tree | 4be1893c85c7278ee0a5cd6317f2dfbb1f10bb14 /textproc/p5-ack/Makefile | |
parent | 028295699a5432f810f26e74d77eddd78b195f00 (diff) |
Notes
Diffstat (limited to 'textproc/p5-ack/Makefile')
-rw-r--r-- | textproc/p5-ack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile index fe3f76b05c43..9561064df745 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/p5-ack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ack -PORTVERSION= 1.86 +PORTVERSION= 1.88 CATEGORIES= textproc perl5 sysutils MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= ack.1 -MAN3= Ack.3 +MAN1= ack.1 +MAN3= Ack.3 Basic.3 Plugin.3 Repository.3 Resource.3 .include <bsd.port.mk> |