diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2010-04-25 23:54:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2010-04-25 23:54:28 +0000 |
commit | c986a4048234775469a5f9ffabf47d119ce17e8d (patch) | |
tree | e517594657554d919113d577c1725b3d9e4afbfd /irc | |
parent | 3fdcbaf09947f9743b13bf14931a73ea633fc488 (diff) | |
download | ports-c986a4048234775469a5f9ffabf47d119ce17e8d.tar.gz ports-c986a4048234775469a5f9ffabf47d119ce17e8d.zip |
Notes
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/ |