diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-07 17:44:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-07 17:44:39 +0000 |
commit | d624138fd5de4c6466cc16e6723b3f85ecbc52fb (patch) | |
tree | d4b114ed97c4905655f034549c91eb023ac008ec /devel | |
parent | 703f87fa95de2dbea47c44a63030797b4d1f74c2 (diff) | |
download | ports-d624138fd5de4c6466cc16e6723b3f85ecbc52fb.tar.gz ports-d624138fd5de4c6466cc16e6723b3f85ecbc52fb.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libg++/Makefile | 2 | ||||
-rw-r--r-- | devel/libgnugetopt/Makefile | 2 |
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 |