diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
commit | 10a2b4693fe100eb568b572e4d708e7d73fb560f (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /irc | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) | |
download | ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 2 | ||||
-rw-r--r-- | irc/keitairc2/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 66bea65ba916..fece63ed85cf 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ NO_BUILD= YES USE_BZIP2= YES -USE_PERL5= 5.6+ +USE_PERL5= yes SCRIPT= ${PORTNAME}.pl diff --git a/irc/keitairc2/Makefile b/irc/keitairc2/Makefile index 56b9e493f4fc..55a93db7daf9 100644 --- a/irc/keitairc2/Makefile +++ b/irc/keitairc2/Makefile @@ -28,8 +28,7 @@ RUN_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \ CONFLICTS= keitairc-1.* NO_BUILD= yes -USE_PERL5= 5.8.0+ -USE_PERL5_REASON= runs on perl 5.8 or later +USE_PERL5= yes post-extract: ${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} -rf |