diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 09:21:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-15 09:21:30 +0000 |
commit | 921daa4ca0e17438988a87128e3dbc070d3c13bf (patch) | |
tree | a7efbd84d9ceabe8628f56c1ec1c752efdee0208 /devel/libg++/Makefile | |
parent | Need to add back DISTNAME since PORTVERSION has an extra period. (diff) |
Add another site for the patch file.
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index e3ea962f2d37..0fc06db5edc9 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} -PATCH_SITES= http://www.m-hollstein.de/libgxx/ +PATCH_SITES= http://www.m-hollstein.de/libgxx/ \ + http://people.FreeBSD.org/~obrien/Distfiles/ PATCHFILES= ${DISTNAME}-20000312.diff.gz PATCH_DIST_STRIP= -p1 |