diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-20 02:37:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-20 02:37:43 +0800 |
commit | 236d5d1f64a983c565f31c2df3452a5d64016f70 (patch) | |
tree | 16f7d7ab3dd689746af30e578783f528c1bc3f79 | |
parent | dfa4a3dc2b0233317fa4b50126f272b8473eedd1 (diff) | |
download | marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar.gz marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar.bz2 marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar.lz marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar.xz marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.tar.zst marcuscom-ports-236d5d1f64a983c565f31c2df3452a5d64016f70.zip |
Fix fetching. Add gnome mirrors and correct url for clutter-project.org url.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14607 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/clutter-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index f0ef2ad67..c168f9fc4 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -8,7 +8,8 @@ PORTNAME= clutter-gtk PORTVERSION= 0.10.8 CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= GNOME \ + http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter |