aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-12-11 21:58:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-12-11 21:58:16 +0000
commitb69333f2a508c54b7d0b3f8e3812783858a77804 (patch)
tree62b91c0101c30853c3e3b69c2de046ab3bc66b64
parent8fbde028502e5653bb6653cd9a372cddee7044ec (diff)
downloadports-b69333f2a508c54b7d0b3f8e3812783858a77804.tar.gz
ports-b69333f2a508c54b7d0b3f8e3812783858a77804.zip
Fix fetching
Notes
Notes: svn path=/head/; revision=203061
-rw-r--r--x11-themes/kde-icons-kool-gorilla/Makefile6
-rw-r--r--x11-themes/kde-icons-noia-warm/Makefile4
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/kde-icons-kool-gorilla/Makefile b/x11-themes/kde-icons-kool-gorilla/Makefile
index cdc4eaa72bbd..bc0585975aa8 100644
--- a/x11-themes/kde-icons-kool-gorilla/Makefile
+++ b/x11-themes/kde-icons-kool-gorilla/Makefile
@@ -7,7 +7,9 @@
PORTNAME= kool-gorilla
PORTVERSION= 1.3.5
-MASTER_SITES= http://home.comcast.net/~gorillaonkde/gorilla/
+MASTER_SITES= ${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR= distfiles
+
DISTNAME= Korilla_Icons-v${PORTVERSION}
COMMENT= KDE Kool Gorilla iconset
@@ -15,6 +17,4 @@ COMMENT= KDE Kool Gorilla iconset
USE_BZIP2= yes
WRKSRC= "${WRKDIR}/Kool.Gorilla"
-BROKEN= fails to fetch
-
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia-warm/Makefile b/x11-themes/kde-icons-noia-warm/Makefile
index ca9b2746f577..8aebdc5a7598 100644
--- a/x11-themes/kde-icons-noia-warm/Makefile
+++ b/x11-themes/kde-icons-noia-warm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= noia-warm
PORTVERSION= 0.95
-MASTER_SITES= http://easylinuxguide.com/downloads/kde-iconthemes/
+MASTER_SITES= http://fc05.deviantart.com/files/icon/nixicons/
DISTNAME= ${PORTNAME:S/-//}kde${PORTVERSION:S/.//g}
COMMENT= KDE iconset variation of the 'Noia' icons using warm colors
@@ -15,6 +15,4 @@ COMMENT= KDE iconset variation of the 'Noia' icons using warm colors
WRKSRC= "${WRKDIR}/Noia Warm KDE ${PORTVERSION}"
PORT_SHAREDIR= "${PORTNAME}-${PORTVERSION}"
-BROKEN= Unfetchable
-
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"