diff options
author | flz <flz@FreeBSD.org> | 2008-09-21 17:05:31 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-09-21 17:05:31 +0800 |
commit | 06536aed080588336254325670f9c73ca2250eea (patch) | |
tree | 4efb1f6a530b4bf256628ceadea954490de1064a /x11-themes/icons-tango-extras | |
parent | b4a42be447bb1da17c58015267bc95167dd84658 (diff) | |
download | freebsd-ports-gnome-06536aed080588336254325670f9c73ca2250eea.tar.gz freebsd-ports-gnome-06536aed080588336254325670f9c73ca2250eea.tar.zst freebsd-ports-gnome-06536aed080588336254325670f9c73ca2250eea.zip |
Fix MASTER_SITES.
PR: ports/127460
Submitted by: Carlos Santos <unixmania@gmail.com>
Approved by: portmgr (self)
Diffstat (limited to 'x11-themes/icons-tango-extras')
-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} |