diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-15 06:24:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-15 06:24:23 +0000 |
commit | 4c02cf27d7a2b96d9fc42d6c3407630cc1b9b154 (patch) | |
tree | 72fb74590fb3bcbf1788a4dcd9cf535302b60d42 /misc/tkman | |
parent | bdc8631aef2f6a3439e2d552f1c6d870ce33e8f1 (diff) | |
download | ports-4c02cf27d7a2b96d9fc42d6c3407630cc1b9b154.tar.gz ports-4c02cf27d7a2b96d9fc42d6c3407630cc1b9b154.zip |
Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses.
Notes
Notes:
svn path=/head/; revision=3221
Diffstat (limited to 'misc/tkman')
-rw-r--r-- | misc/tkman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 701420abec61..0b0aaddca4fc 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.14 1995/12/18 07:29:08 tg Exp $ +# $Id: Makefile,v 1.15 1996/01/18 15:30:33 tg Exp $ # DISTNAME= tkman-1.7.5 @@ -17,8 +17,7 @@ LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ glimpse:${PORTSDIR}/misc/glimpse -# Restrictive copyright -NO_PACKAGE= yes +NO_CDROM= yes # Don't sell for profit post-install: .if !defined(NOMANCOMPRESS) |