aboutsummaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-07 15:56:48 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-11-07 15:56:48 +0000
commitafd2cf64a7de644a2b77d6d2fe2dbd335912fe61 (patch)
treebbab73ebfe98a873eab818bf21172baab674f037 /www/checkbot
parentc647b11714ec4acb3379feb2b23d00c050186c16 (diff)
downloadports-afd2cf64a7de644a2b77d6d2fe2dbd335912fe61.tar.gz
ports-afd2cf64a7de644a2b77d6d2fe2dbd335912fe61.zip
Notes
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index d683440bb4e3..71505c5892df 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -21,12 +21,12 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
-MAN1= checkbot.1
USES= perl5
USE_PERL5= configure
-PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
+PLIST_FILES= bin/checkbot \
+ ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist \
+ man/man1/checkbot.1.gz
PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot
-NO_STAGE= yes
.include <bsd.port.mk>