svn commit: r326895 - head/irc/tircd

Andrej Zverev az at FreeBSD.org
Tue Sep 10 11:35:31 UTC 2013


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:


More information about the svn-ports-all mailing list