summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-06-07 17:44:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-06-07 17:44:39 +0000
commitd624138fd5de4c6466cc16e6723b3f85ecbc52fb (patch)
treed4b114ed97c4905655f034549c91eb023ac008ec /devel
parentPlay "hunt the pea" with the new local distfile location. (diff)
The local-distfiles dir on ftp.freebsd.org was moved under ports/.
Notes
Notes: svn path=/head/; revision=29334
Diffstat (limited to 'devel')
-rw-r--r--devel/libg++/Makefile2
-rw-r--r--devel/libgnugetopt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index fc0e1f819fb8..01d952da2459 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -17,7 +17,7 @@ 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/local-distfiles/obrien/
+ ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
PATCHFILES= ${DISTNAME}-20000312.diff.gz
PATCH_DIST_STRIP= -p1
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 4b063d006f5f..8e41407a36ff 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libgnugetopt
PORTVERSION= 1.1
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
MAINTAINER= obrien@FreeBSD.org