diff options
author | obache <obache@pkgsrc.org> | 2010-03-10 12:35:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-10 12:35:22 +0000 |
commit | 268300d47e0a9ff0c4115c54cb4fd028c5a641cb (patch) | |
tree | 0b05f3afcc0b84ac07326653c0dd2c02df707bbd /graphics/clutter | |
parent | 714593a6ad9639ce1e7f39050b558c77e35c9846 (diff) | |
download | pkgsrc-268300d47e0a9ff0c4115c54cb4fd028c5a641cb.tar.gz |
Fixes paths for MASTER_SITE_GNOME.
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index f27262c1e5a..8531f96d27b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2010/03/04 08:13:15 obache Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/10 12:35:22 obache Exp $ # DISTNAME= clutter-1.2.0 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \ - ${MASTER_SITE_GNOME:=clutter/1.2/} + ${MASTER_SITE_GNOME:=sources/clutter/1.2/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://clutter-project.org/ |