diff options
author | adamw <adamw@FreeBSD.org> | 2011-07-06 09:01:15 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2011-07-06 09:01:15 +0800 |
commit | 0790100e7ca3b4168ad503b0d66c953659452f57 (patch) | |
tree | f5346d525a49cf0e7bd0721b2220b29aeebec173 /irc/insub | |
parent | 359803acf54e2afabd3381537177303c9a7114d6 (diff) | |
download | freebsd-ports-gnome-0790100e7ca3b4168ad503b0d66c953659452f57.tar.gz freebsd-ports-gnome-0790100e7ca3b4168ad503b0d66c953659452f57.tar.zst freebsd-ports-gnome-0790100e7ca3b4168ad503b0d66c953659452f57.zip |
Make portlint happier.
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/ |