diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-20 09:41:24 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-20 09:41:24 +0000 |
commit | f2017e4ba7445c5733958891c64e0aeb0269cbd8 (patch) | |
tree | f710535fd1b5876a779646c9aa6333c97000558c | |
parent | 030863a7c81560b16c1eca7ded5406b17b49c53a (diff) | |
download | pkgsrc-f2017e4ba7445c5733958891c64e0aeb0269cbd8.tar.gz |
- Changing the MASTER_SITES as they are outdated, this has been reported in
PR pkg/39172
-rw-r--r-- | graphics/icon-naming-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/icon-naming-utils/Makefile b/graphics/icon-naming-utils/Makefile index 982006a4ee5..4689ed0f8c1 100644 --- a/graphics/icon-naming-utils/Makefile +++ b/graphics/icon-naming-utils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/04/30 13:38:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2008/07/20 09:41:24 rhaen Exp $ # DISTNAME= icon-naming-utils-0.8.6 CATEGORIES= graphics -MASTER_SITES= http://tango-project.org/releases/ +MASTER_SITES= http://tango.freedesktop.org/releases/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tango.freedesktop.org/ |