diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-12-08 15:51:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-12-08 15:51:21 +0000 |
commit | d2ea7efe074dad2d364d36cfc03c6a37461b7902 (patch) | |
tree | ab93cbcd860b0c160a4ee3a7b165d351ef6a4332 /misc/tkman/Makefile | |
parent | Upgrade to 3.0.4. (diff) |
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/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 8 |
1 files changed, 5 insertions, 3 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 |