From 319851030c59cf23051f4b644ce57723ba62c60c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 18 Aug 2000 22:46:29 +0000 Subject: Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. --- x11/tkman/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'x11/tkman') diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index a92156a3358..c92d2fff86d 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/04/18 06:49:17 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/18 22:46:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # @@ -13,8 +13,12 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 DEPENDS+= rman-3.0.*:../../textproc/rman DEPENDS+= glimpse-4.1:../../textproc/glimpse +RESTRICTED= "Don't sell for profit" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + USE_X11= yes -NO_CDROM= "Don't sell for profit" -MIRROR_DISTFILE= no .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3