summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-09-23 17:41:34 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-09-23 17:41:34 +0000
commit0717b5c204a78cbe1b3f86b20b7d3510385a9ba4 (patch)
tree2b298196f72ca3f042bf9ef0eeadfe8510029724
parent5ed07408bcb26f1c81ddc4a074bf89e2e9cf917e (diff)
downloadFreeBSD-ports-0717b5c204a78cbe1b3f86b20b7d3510385a9ba4.zip
FreeBSD-ports-0717b5c204a78cbe1b3f86b20b7d3510385a9ba4.tar.gz
Use MASTER_SITE_LOCAL instead of hardcoding
Pointed out by: will
-rw-r--r--net-mgmt/nagios/Makefile3
-rw-r--r--net-mgmt/nagios12/Makefile3
-rw-r--r--net-mgmt/nagios2/Makefile3
-rw-r--r--net-mgmt/netsaint/Makefile3
-rw-r--r--net/nagios/Makefile3
-rw-r--r--net/netsaint/Makefile3
-rw-r--r--net/tridiavnc/Makefile3
7 files changed, 14 insertions, 7 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 0586501..a93519d 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index 0586501..a93519d 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index 0586501..a93519d 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile
index 0586501..a93519d 100644
--- a/net-mgmt/netsaint/Makefile
+++ b/net-mgmt/netsaint/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net/nagios/Makefile b/net/nagios/Makefile
index 0586501..a93519d 100644
--- a/net/nagios/Makefile
+++ b/net/nagios/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile
index 0586501..a93519d 100644
--- a/net/netsaint/Makefile
+++ b/net/netsaint/Makefile
@@ -10,7 +10,8 @@ PORTVERSION= 0.0.7b6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=dwcjr
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile
index 3ed2e42..a5a4668 100644
--- a/net/tridiavnc/Makefile
+++ b/net/tridiavnc/Makefile
@@ -8,8 +8,9 @@
PORTNAME= tridiavnc
PORTVERSION= 1.4
CATEGORIES= net
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/ \
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.developvnc.org/logged-in/downloadnow/
+MASTER_SITE_SUBDIR=dwcjr
DISTNAME= DevVNC_unix
EXTRACT_SUFX= .tgz
OpenPOWER on IntegriCloud