diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /x11/tkman | |
parent | 4e65cf5a7684268ec9492ad6523dd5d1d07fbdda (diff) | |
download | pkgsrc-c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7.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/Makefile | 10 |
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" |