diff options
author | asami <asami@FreeBSD.org> | 1996-06-15 14:24:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-15 14:24:23 +0800 |
commit | d1c5b112ac8fab65429e9dc346532efed01fbb85 (patch) | |
tree | c45c60c6e217f2f1f594f957a04c8272bd455d98 /misc/tkman | |
parent | efd9425c4af31ecdd40c33a6c148b8abc6d4814b (diff) | |
download | freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.tar.gz freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.tar.zst freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.zip |
Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses.
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) |