diff options
author | az <az@FreeBSD.org> | 2013-09-10 19:35:30 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 19:35:30 +0800 |
commit | db3853701966451ad1bd6c1e02b7ea92c710d7b4 (patch) | |
tree | 4e928e295cb9e7cdc9e7b1cfcc2db119d9f9cb52 /irc | |
parent | c2fff2c13fe5335300e195d8d9ed01eee994ee17 (diff) | |
download | freebsd-ports-gnome-db3853701966451ad1bd6c1e02b7ea92c710d7b4.tar.gz freebsd-ports-gnome-db3853701966451ad1bd6c1e02b7ea92c710d7b4.tar.zst freebsd-ports-gnome-db3853701966451ad1bd6c1e02b7ea92c710d7b4.zip |
pod2man in post-patch needs perl - add perl as patch depend
Diffstat (limited to 'irc')
-rw-r--r-- | irc/tircd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |