summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-29 02:31:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-29 02:31:42 +0000
commitbe6c01ee85b2fa61f2030ef2065df69712693a50 (patch)
tree0877333f8365a55defdb5b17b76269bfa53693f7 /devel
parentRemove libneural from devel category as it should be in math. (diff)
Use ${MASTER_SITE_LOCAL}.
Notes
Notes: svn path=/head/; revision=29964
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs2cl/Makefile3
-rw-r--r--devel/cvsutils/Makefile3
-rw-r--r--devel/cvsweb/Makefile3
-rw-r--r--devel/cvsweb3/Makefile3
-rw-r--r--devel/libg++/Makefile3
-rw-r--r--devel/libgnugetopt/Makefile3
6 files changed, 12 insertions, 6 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile
index 3d9f25a50955..375c55393bf1 100644
--- a/devel/cvs2cl/Makefile
+++ b/devel/cvs2cl/Makefile
@@ -8,7 +8,8 @@
PORTNAME= cvs2cl
PORTVERSION= 2.4
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile
index 578a5a566b31..52964b5cdb58 100644
--- a/devel/cvsutils/Makefile
+++ b/devel/cvsutils/Makefile
@@ -8,7 +8,8 @@
PORTNAME= cvsutils
PORTVERSION= 0.1.5
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index 7cca2d61b672..7d06902248af 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -8,7 +8,8 @@
PORTNAME= cvsweb
PORTVERSION= 1.85
CATEGORIES= devel www
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
index 7cca2d61b672..7d06902248af 100644
--- a/devel/cvsweb3/Makefile
+++ b/devel/cvsweb3/Makefile
@@ -8,7 +8,8 @@
PORTNAME= cvsweb
PORTVERSION= 1.85
CATEGORIES= devel www
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index 01d952da2459..d1c08bf65861 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -17,7 +17,8 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \
${MASTER_SITE_GNU}
PATCH_SITES= http://www.m-hollstein.de/libgxx/ \
- ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
+ ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= obrien
PATCHFILES= ${DISTNAME}-20000312.diff.gz
PATCH_DIST_STRIP= -p1
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 8b60e38e8376..0e33301c39a5 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -8,7 +8,8 @@
PORTNAME= libgnugetopt
PORTVERSION= 1.1
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= obrien
MAINTAINER= obrien@FreeBSD.org