diff options
author | adamw <adamw@FreeBSD.org> | 2010-04-26 07:54:28 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2010-04-26 07:54:28 +0800 |
commit | 0f44de63f0f66ed5d0f22af2b9ff46d3c183d178 (patch) | |
tree | 49ea9c88cea2842210fcc80316152d331b218bb0 /irc | |
parent | 4429521d91d51cc04b91a83153fd5cfe8932761d (diff) | |
download | freebsd-ports-gnome-0f44de63f0f66ed5d0f22af2b9ff46d3c183d178.tar.gz freebsd-ports-gnome-0f44de63f0f66ed5d0f22af2b9ff46d3c183d178.tar.zst freebsd-ports-gnome-0f44de63f0f66ed5d0f22af2b9ff46d3c183d178.zip |
Move usage instructions from post-install: to the pkg-descr.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 6 | ||||
-rw-r--r-- | irc/insub/pkg-descr | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 9759ef6ebfff..71d05d25ce56 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -23,12 +23,6 @@ SCRIPT= ${PORTNAME}.pl RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet -post-install: - @${ECHO} - @${ECHO} " To use insub in irssi, type '/script load insub'" - @${ECHO} " from within the irssi client." - @${ECHO} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${MKDIR} ${PREFIX}/share/irssi/scripts/ diff --git a/irc/insub/pkg-descr b/irc/insub/pkg-descr index 16986bed0644..bf4fc2878ff1 100644 --- a/irc/insub/pkg-descr +++ b/irc/insub/pkg-descr @@ -1,3 +1,6 @@ Some scripts and files for insubordination for IRC and HTML. +Comes with scripts for irssi. Enter "/script load insub" +within the irssi client. Or, use the handy command-line +"insub" program. WWW: http://gruntle.org/projects/irssi/insub/ |