summaryrefslogtreecommitdiff
path: root/x11/tkman
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
commit402899809af063240e564f105ec22423fefbea61 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /x11/tkman
parent4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff)
downloadpkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz
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.
Diffstat (limited to 'x11/tkman')
-rw-r--r--x11/tkman/Makefile10
1 files changed, 7 insertions, 3 deletions
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"