Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 11:35:30 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326895 - head/irc/tircd
Message-ID:  <201309101135.r8ABZUVH057384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep 10 11:35:30 2013
New Revision: 326895
URL: http://svnweb.freebsd.org/changeset/ports/326895

Log:
  pod2man in post-patch needs perl - add perl as patch depend

Modified:
  head/irc/tircd/Makefile

Modified: head/irc/tircd/Makefile
==============================================================================
--- head/irc/tircd/Makefile	Tue Sep 10 11:32:20 2013	(r326894)
+++ head/irc/tircd/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
@@ -21,6 +21,7 @@ RUN_DEPENDS=	p5-JSON-Any>=0:${PORTSDIR}/
 		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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309101135.r8ABZUVH057384>