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 | |
parent | 2f710b552d96fecfe7de77d0553d06854dbe7cf9 (diff) | |
download | ports-84d0c9a8b2d7c213b20a5f027cfb007f0b08dbec.tar.gz ports-84d0c9a8b2d7c213b20a5f027cfb007f0b08dbec.zip |
Sigh, should have checked before. Upgrade to 2.1.
It's free now, if I understand the Artistic License correctly.
Notes
Notes:
svn path=/head/; revision=29880
Diffstat (limited to 'misc/tkman')
-rw-r--r-- | misc/tkman/Makefile | 11 | ||||
-rw-r--r-- | misc/tkman/distinfo | 2 |
2 files changed, 5 insertions, 8 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 diff --git a/misc/tkman/distinfo b/misc/tkman/distinfo index 576c43f29937..1edb94c8ca3a 100644 --- a/misc/tkman/distinfo +++ b/misc/tkman/distinfo @@ -1 +1 @@ -MD5 (tkman-2.1b4.tar.Z) = 15c4567893fa81157332ce8835817c47 +MD5 (tkman-2.1.tar.gz) = c9ecaacf83a30f36ed0995ba51fdd33f |