diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-09-21 09:05:31 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-09-21 09:05:31 +0000 |
commit | ef6f679ce36f0565de09158fd3d7ea7bd8e31299 (patch) | |
tree | 27aa3440071d45ba362b022165c52906b94c4e82 | |
parent | - Add missing dependency on qt4-imageformats (diff) |
Fix MASTER_SITES.
PR: ports/127460
Submitted by: Carlos Santos <unixmania@gmail.com>
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=220443
-rw-r--r-- | x11-themes/icons-tango-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index eea46c224b71..9805cdfb69f3 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -9,7 +9,7 @@ PORTNAME= icons-tango-extras PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= x11-themes -MASTER_SITES= http://tango-project.org/releases/ \ +MASTER_SITES= http://tango.freedesktop.org/releases/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles DISTNAME= tango-icon-theme-extras-${PORTVERSION} |