diff options
author | max <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7 (patch) | |
tree | b1bd88b22450132822fc0012f28a3e7da8186f6b /misc/tkman/Makefile | |
parent | ed6a3fbdb5c09e88afc3f25a1cf8b083264ca9a0 (diff) | |
download | FreeBSD-ports-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.zip FreeBSD-ports-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.tar.gz |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
Diffstat (limited to 'misc/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 7ecce21..480798e 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.19 1996/11/11 07:53:07 tg Exp $ +# $Id: Makefile,v 1.20 1996/11/17 09:06:37 obrien Exp $ # DISTNAME= tkman-1.8 @@ -17,7 +17,7 @@ LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ glimpse:${PORTSDIR}/misc/glimpse -NO_CDROM= yes # Don't sell for profit +NO_CDROM= "Don't sell for profit" MAN1= tkman.1 .include <bsd.port.mk> |