diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-28 16:48:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-28 16:48:44 +0000 |
commit | 3226f64d04ddf66c8ded8d6ed3d468f1e9a9e5f2 (patch) | |
tree | c1d13f7d01c7c5a1eb835cfdc03475d1daf6318f /graphics/urt | |
parent | Use single info-file instead of multiple files. (diff) |
Patch is no longer found at previous site, change to another site
which has the patch.
PR: 44559
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 39fea19862aa..47fdfc41d132 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTNAME= urt DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar -PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ +PATCH_SITES= http://www.funet.fi/pub/graphics/packages/urt/rel2/ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 |