From 7f9ec7d977869a069660c0a22ff7cb18d425bf50 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Tue, 10 Sep 2013 11:35:30 +0000 Subject: [PATCH] pod2man in post-patch needs perl - add perl as patch depend --- irc/tircd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile index 705f4a4edb67..daa8207edc93 100644 --- a/irc/tircd/Makefile +++ b/irc/tircd/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD USES= perl5 +USE_PERL5= patch build run NO_BUILD= yes MAN1= tircd.1 @@ -33,6 +34,7 @@ post-patch: ${REINPLACE_CMD} -e '1s,^#!/usr/bin/perl,#!${PREFIX}/bin/perl,' \ -e 's,/etc/tircd.cfg,${PREFIX}/etc/tircd.cfg,g' \ ${WRKSRC}/tircd.pl ${WRKSRC}/tircd.pod + # pod2man needs perl pod2man ${WRKSRC}/tircd.pod > ${WRKSRC}/tircd.1 do-install: