diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-26 12:53:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-26 12:53:41 +0000 |
commit | 84d0c9a8b2d7c213b20a5f027cfb007f0b08dbec (patch) | |
tree | 76b9ba2381baeb4ef0d80ec5634e079f3c50f46d /misc/tkman/Makefile | |
parent | Remove period. (diff) |
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 |