diff options
Diffstat (limited to 'irc/tkirc')
-rw-r--r-- | irc/tkirc/Makefile | 14 | ||||
-rw-r--r-- | irc/tkirc/pkg-comment | 2 | ||||
-rw-r--r-- | irc/tkirc/pkg-descr | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 7bab06e..931f991 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -3,13 +3,13 @@ # Date created: Jan 15 1998 # Whom: brianfeldman@hotmail.com # -# $Id: Makefile,v 1.2 1998/01/18 11:13:54 asami Exp $ +# $Id: Makefile,v 1.3 1998/02/21 22:38:08 fenner Exp $ # -DISTNAME= tkirc-1.151 -CATEGORIES= net x11 tk80 +DISTNAME= tkirc1.151 +PKGNAME= tkirc-1.151 +CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ -DISTFILES= tkirc1.151.tar.gz MAINTAINER= brianfeldman@hotmail.com @@ -18,10 +18,12 @@ RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \ WRKSRC= ${WRKDIR}/tkirc NO_BUILD= yes -STRIP= + +post-patch: + perl -pi.orig -e 's/wish/wish8.0/' ${WRKSRC}/tkirc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tkirc ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc diff --git a/irc/tkirc/pkg-comment b/irc/tkirc/pkg-comment index 724e7d2..fae68c0 100644 --- a/irc/tkirc/pkg-comment +++ b/irc/tkirc/pkg-comment @@ -1 +1 @@ -GUI for the ircII Internet Relay Chat client +A GUI for the ircII Internet Relay Chat client. diff --git a/irc/tkirc/pkg-descr b/irc/tkirc/pkg-descr index 95ebe0d..5489cdb 100644 --- a/irc/tkirc/pkg-descr +++ b/irc/tkirc/pkg-descr @@ -1,7 +1,7 @@ -tkirc is a frontend for unix's ircII (shell-client for the Internet +Tkirc is a frontend for unix's ircII (shell-client for the Internet Relay Chat) based on Tcl/Tk. If you know how to use ircII, you should -not have any problems to use tkirc after installation. +not have any problems using tkirc. -See /usr/pkg/share/doc/tkirc/README for more information. +See /usr/local/share/doc/tkirc/README for more information. -Also, copy /usr/pkg/share/doc/tkirc/tkircrc-example to $HOME/.tkircrc. +Also, copy /usr/local/share/doc/tkirc/tkircrc-example to $HOME/.tkircrc. |