diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /mbone/nte/Makefile | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-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 'mbone/nte/Makefile')
-rw-r--r-- | mbone/nte/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 1a919da653d..d53cf662f6e 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/04/07 15:28:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.20 2000/08/18 22:46:42 hubertf Exp $ # DISTNAME= nt.1.5a23 @@ -14,7 +14,9 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 NOT_FOR_PLATFORM= *-*-alpha # ANSI headers cause LP64 problems RESTRICTED= "Contains DES encryption" -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + NO_WRKSUBDIR= yes USE_GMAKE= yes # Pass this on to our child |