diff options
author | tg <tg@FreeBSD.org> | 1997-12-08 23:51:21 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-08 23:51:21 +0800 |
commit | 8e14e5a6e2affab48fa8f7d7743b7404cdb51a02 (patch) | |
tree | 216f152256b5d6f7a7c557d34389a31536066732 /misc | |
parent | d58205998c700194a7457d9d0b8fefdc9f0a66f6 (diff) | |
download | freebsd-ports-gnome-8e14e5a6e2affab48fa8f7d7743b7404cdb51a02.tar.gz freebsd-ports-gnome-8e14e5a6e2affab48fa8f7d7743b7404cdb51a02.tar.zst freebsd-ports-gnome-8e14e5a6e2affab48fa8f7d7743b7404cdb51a02.zip |
Upgrade to 2.0.4. Add NO_CDROM, we'd need a written permission from
UCB's Office of Technology Licensing.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkman/Makefile | 8 | ||||
-rw-r--r-- | misc/tkman/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 871f3adae4cd..93d4fe7f1ae7 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tkman -# Version required: 2.0.3 +# Version required: 2.0.4 # Date created: 27 Dec 1994 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.26 1997/09/18 06:56:03 tg Exp $ +# $Id: Makefile,v 1.27 1997/11/06 08:01:54 tg Exp $ # -DISTNAME= tkman-2.0.3 +DISTNAME= tkman-2.0.4 CATEGORIES= misc tk80 MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,8 @@ LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ glimpse:${PORTSDIR}/textproc/glimpse +NO_CDROM= "License required" + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${PREFIX}/share/doc/tkman diff --git a/misc/tkman/distinfo b/misc/tkman/distinfo index 3742e609f2ed..7680fce0e4e6 100644 --- a/misc/tkman/distinfo +++ b/misc/tkman/distinfo @@ -1 +1 @@ -MD5 (tkman-2.0.3.tar.Z) = f1093080c114bd66130ae5167d3ac992 +MD5 (tkman-2.0.4.tar.Z) = 981af48386c2260ba9e0adf86b4bcca0 |