diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-03-07 15:38:50 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-03-07 15:38:50 +0000 |
commit | 3e5bf15dcaed8af2d59cae8bb2791efb7fe0f000 (patch) | |
tree | 29a6a6b883b388f39fd73b917d102d107829e47d /irc | |
parent | b2b244214553b2bfa18849fc17881f429f57d242 (diff) | |
download | ports-3e5bf15dcaed8af2d59cae8bb2791efb7fe0f000.tar.gz ports-3e5bf15dcaed8af2d59cae8bb2791efb7fe0f000.zip |
1. Portlint
2. Remove virtual category x11 when tk80 is there.
3. FreeBSD uses /usr/local, not /usr/pkg (from pkg/DESCR)
4. Make pkg/COMMENT a full-fledged sentence.
5. Use ${INSTALL_SCRIPT} to install scripts.
6. Fix to work with tcl/tk in the Post-Tcl world.
PR: ports/5894 (#6 only)
Notes
Notes:
svn path=/head/; revision=10063
Diffstat (limited to 'irc')
-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 7bab06e703d4..931f99150450 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 724e7d21e94d..fae68c0acc44 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 95ebe0d0c3d4..5489cdbd4948 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. |