1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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)
This commit is contained in:
Tim Vanderhoek 1998-03-07 15:38:50 +00:00
parent b2b2442145
commit 3e5bf15dca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10063
3 changed files with 13 additions and 11 deletions

View File

@ -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

View File

@ -1 +1 @@
GUI for the ircII Internet Relay Chat client
A GUI for the ircII Internet Relay Chat client.

View File

@ -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.