summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/dip/Makefile5
-rw-r--r--net/gated/Makefile8
-rw-r--r--net/icb/Makefile4
-rw-r--r--net/ra-pna-proxy/Makefile8
-rw-r--r--net/ra-rtsp-proxy/Makefile8
-rw-r--r--net/socks4/Makefile5
-rw-r--r--net/socks5/Makefile5
-rw-r--r--net/speakfreely/Makefile6
-rw-r--r--net/zenicb/Makefile4
9 files changed, 35 insertions, 18 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile
index 99eb0ede186..a60ae682468 100644
--- a/net/dip/Makefile
+++ b/net/dip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/07/02 08:37:27 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp
#
@@ -12,7 +12,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
-MIRROR_DISTFILE= no
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+
NO_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
diff --git a/net/gated/Makefile b/net/gated/Makefile
index c5c73ec8e8a..03bc07b8a0c 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/11/19 13:23:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.17 1998/04/26 18:47:12 peter Exp
#
@@ -10,7 +10,11 @@ MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gated.org/
-MIRROR_DISTFILE= no
+RESTRICTED= "Required license from Merit"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
ALL_TARGET= gated
diff --git a/net/icb/Makefile b/net/icb/Makefile
index 0f70bc73404..ebef01a8805 100644
--- a/net/icb/Makefile
+++ b/net/icb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/11/26 22:43:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2000/08/18 22:46:45 hubertf Exp $
#
# Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.icb.net/
-MIRROR_DISTFILE= no
+NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL"
do-configure:
@cd ${WRKSRC}; \
diff --git a/net/ra-pna-proxy/Makefile b/net/ra-pna-proxy/Makefile
index eaec082d602..6765c49a1e2 100644
--- a/net/ra-pna-proxy/Makefile
+++ b/net/ra-pna-proxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/26 16:17:44 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:45 hubertf Exp $
DISTNAME= raproxy3.0b1
PKGNAME= ra-pna-proxy-3.0b1
@@ -11,7 +11,11 @@ HOMEPAGE= http://service.real.com/firewall/fdev.html
IS_INTERACTIVE= yes
LICENSE= no-commercial-use
-MIRROR_DISTFILE= no
+RESTRICTED= ${LICENSE}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
DOWNLOAD= http://proforma.real.com/mario/devzone/proxyform.html
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile
index 5b4ba214b00..682f6755f40 100644
--- a/net/ra-rtsp-proxy/Makefile
+++ b/net/ra-rtsp-proxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/26 16:17:45 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:45 hubertf Exp $
DISTNAME= rtspd-src-1.0.0.0
PKGNAME= ra-rtsp-proxy-1.0.0.0
@@ -11,7 +11,11 @@ HOMEPAGE= http://service.real.com/firewall/fdev.html
IS_INTERACTIVE= yes
LICENSE= no-commercial-use
-MIRROR_DISTFILE= no
+RESTRICTED= ${LICENSE}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
DOWNLOAD= http://proforma.real.com/mario/devzone/rtspproxyform.html
diff --git a/net/socks4/Makefile b/net/socks4/Makefile
index b79342fcefc..f180f56a3fe 100644
--- a/net/socks4/Makefile
+++ b/net/socks4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/08/05 13:09:27 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:45 hubertf Exp $
#
DISTNAME= export.socks.cstc.4.2.2
@@ -11,8 +11,9 @@ HOMEPAGE= http://www.socks.nec.com/socksv4.html
CONFLICTS= socks5-*
-NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/socks.cstc.4.2
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index fc0d37ed354..3db63577e7f 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/05/03 17:44:27 rh Exp $
+# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:46 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -14,8 +14,9 @@ HOMEPAGE= http://www.socks.nec.com/
CONFLICTS= socks4-*
-NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
# here are some extra configure args you may wish to use
# see the readme file before screwing with them
diff --git a/net/speakfreely/Makefile b/net/speakfreely/Makefile
index b9e79041e3c..22c56dc0344 100644
--- a/net/speakfreely/Makefile
+++ b/net/speakfreely/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/07/29 03:12:19 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:46 hubertf Exp $
#
DISTNAME= speak_freely-7.2
@@ -14,7 +14,9 @@ DEPENDS+= gsm-1.0.10:../../audio/gsm
USE_PERL= # defined
PERL_PATH= ${LOCALBASE}/bin/perl
-MIRROR_DISTFILE= no # source includes crypto code
+RESTRICTED= Source includes crypto code
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
NO_CONFIGURE= # defined
diff --git a/net/zenicb/Makefile b/net/zenicb/Makefile
index 5cc67bbd022..4f55b1abd96 100644
--- a/net/zenicb/Makefile
+++ b/net/zenicb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/08/04 18:50:36 martin Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/18 22:46:46 hubertf Exp $
#
DISTNAME= zenicb-19981202
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= thorpej@netbsd.org
-MIRROR_DISTFILE= no
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
# XXX YUCK! I really don't like this, but what else are we going to do?
.include "../../mk/bsd.prefs.mk"