summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-18 22:46:29 +0000
committerhubertf <hubertf>2000-08-18 22:46:29 +0000
commit319851030c59cf23051f4b644ce57723ba62c60c (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /mbone
parentc62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff)
downloadpkgsrc-319851030c59cf23051f4b644ce57723ba62c60c.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')
-rw-r--r--mbone/nte/Makefile6
-rw-r--r--mbone/rat/Makefile8
-rw-r--r--mbone/sdr/Makefile9
3 files changed, 14 insertions, 9 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
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 83b9af123e0..afff3e75346 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/04/01 13:38:44 agc Exp $
+# $NetBSD: Makefile,v 1.14 2000/08/18 22:46:42 hubertf Exp $
#
DISTNAME= rat-3.0.28
@@ -10,8 +10,10 @@ HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
DEPENDS+= tk-8.0.5:../../x11/tk80
-RESTRICTED= "Contains DES encryption"
-MIRROR_DISTFILE=no
+RESTRICTED= "Contains DES encryption"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+
USE_GMAKE= yes
USE_X11BASE= yes
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index e731182c515..f6d6ec6560f 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/03/15 07:17:39 bouyer Exp $
+# $NetBSD: Makefile,v 1.26 2000/08/18 22:46:42 hubertf Exp $
#
DISTNAME= sdr-2.7
@@ -10,10 +10,11 @@ HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/
DEPENDS+= tk-8.0.5:../../x11/tk80
-MIRROR_DISTFILE= no
-USE_GMAKE= yes
-
RESTRICTED= "Uses encryption"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+
+USE_GMAKE= yes
.include "../../mk/bsd.prefs.mk"