diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 10:23:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 10:23:09 +0000 |
commit | f70b640a8ad69099d02926beb6cb90ce703c5ca0 (patch) | |
tree | 094f754cd27ce6752a79cd9f448f289681ea0c44 /graphics | |
parent | d9dd0fbe85a346814ae83479c0499c835c6133c3 (diff) | |
download | pkgsrc-f70b640a8ad69099d02926beb6cb90ce703c5ca0.tar.gz |
fix MASTER_SITES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index dd4bab77b64..4f30663eb35 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2000/08/23 13:45:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.16 2000/09/03 10:23:09 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp DISTNAME= urt PKGNAME= urt-3.1b1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub +MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ |