diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2011-07-06 01:01:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2011-07-06 01:01:15 +0000 |
commit | e17014a2f1ca52b426dd384b5be0a95eebffb871 (patch) | |
tree | 87f749f31e87f743c4a4b665d81d8dac70a86852 /irc/insub | |
parent | b302cc32c4848751eea046796bd8e71b90b8b9a0 (diff) |
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 71d05d25ce56..6af030dde7c6 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://gruntle.org/projects/irssi/insub/ MAINTAINER= adamw@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web +RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ + figlet:${PORTSDIR}/misc/figlet + NO_BUILD= YES USE_BZIP2= YES @@ -20,9 +23,6 @@ USE_PERL5= 5.6+ SCRIPT= ${PORTNAME}.pl -RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${MKDIR} ${PREFIX}/share/irssi/scripts/ |