diff options
author | obache <obache> | 2010-03-10 12:35:22 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-10 12:35:22 +0000 |
commit | 389ca5dfbc6836a46b089c471c4a6b21b6547cbe (patch) | |
tree | 0b05f3afcc0b84ac07326653c0dd2c02df707bbd /graphics | |
parent | 8a9a5dc1043eeaf73d3740f75dc4bd89fbdea61a (diff) | |
download | pkgsrc-389ca5dfbc6836a46b089c471c4a6b21b6547cbe.tar.gz |
Fixes paths for MASTER_SITE_GNOME.
Diffstat (limited to 'graphics')
-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/ |