diff options
author | tg <tg@FreeBSD.org> | 2000-06-26 20:53:41 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-26 20:53:41 +0800 |
commit | d89b40a2c30c4bbe8e689d53a9e4ba84218c013d (patch) | |
tree | 1bbb115b35953de82be0d44d153f7943b25bcaa2 /misc/tkman/Makefile | |
parent | 1fcbe2e21e1a30846aea12b04a0c6532ead5742e (diff) | |
download | freebsd-ports-gnome-d89b40a2c30c4bbe8e689d53a9e4ba84218c013d.tar.gz freebsd-ports-gnome-d89b40a2c30c4bbe8e689d53a9e4ba84218c013d.tar.zst freebsd-ports-gnome-d89b40a2c30c4bbe8e689d53a9e4ba84218c013d.zip |
Sigh, should have checked before. Upgrade to 2.1.
It's free now, if I understand the Artistic License correctly.
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 31428d7c4a3a..c546fdafc3f8 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -1,24 +1,21 @@ # New ports collection makefile for: tkman # Date created: 27 Dec 1994 -# Whom: Thomas Gellekum <tg@freebsd.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # PORTNAME= tkman -PORTVERSION= 2.1b4 +PORTVERSION= 2.1 CATEGORIES= misc tk83 -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://tkman.sourceforge.net/pub/tkman/ -MAINTAINER= tg@freebsd.org +MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ glimpse:${PORTSDIR}/textproc/glimpse -NO_CDROM= "License required" - post-patch: ${PERL} -pi -e "s;/usr/local/bin/wish;${LOCALBASE}/bin/wish8.3;" \ ${WRKSRC}/contrib/tkmanclient |