diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-02-01 23:43:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-02-01 23:43:01 +0000 |
commit | 388819e8565049fd0775eab664b52d3ff6ac8ae4 (patch) | |
tree | 373c3cc265c99d6448c38452a2717d77ee4882ef /x11-themes | |
parent | 39eb394fa9ddd4121d0b0bcaa2e907c61630795c (diff) |
Remove the use of MASTER_SITES_LOCAL for ports with RESTRICTED distfiles.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268531
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icons-cool-gorilla/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gnome-icons-edge/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gnome-icons-snowish/Makefile | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-themes/gnome-icons-cool-gorilla/Makefile b/x11-themes/gnome-icons-cool-gorilla/Makefile index 9a0c41995fc9..7990cda6f7f1 100644 --- a/x11-themes/gnome-icons-cool-gorilla/Makefile +++ b/x11-themes/gnome-icons-cool-gorilla/Makefile @@ -13,12 +13,15 @@ PORTNAME= cool-gorilla PORTVERSION= 20030726 PORTREVISION= 3 CATEGORIES= x11-themes gnome -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= tmclaugh +MASTER_SITES= DISTNAME= ICON-CoolGorilla MAINTAINER= tmclaugh@FreeBSD.org + COMMENT= CoolGorilla Icons for Gnome +BROKEN= no mastersite +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-03-01 RESTRICTED= ${REASON} diff --git a/x11-themes/gnome-icons-edge/Makefile b/x11-themes/gnome-icons-edge/Makefile index 8577ce714518..f71573402761 100644 --- a/x11-themes/gnome-icons-edge/Makefile +++ b/x11-themes/gnome-icons-edge/Makefile @@ -14,12 +14,15 @@ PORTNAME= edge PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= x11-themes gnome -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw/edge +MASTER_SITES= DISTNAME= ${PORTNAME}-icons-${PORTVERSION} MAINTAINER= ports@FreeBSD.org + COMMENT= Sleek white icon theme for GNOME +BROKEN= no mastersite +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-03-01 RESTRICTED= ${REASON} diff --git a/x11-themes/gnome-icons-snowish/Makefile b/x11-themes/gnome-icons-snowish/Makefile index dd4e64b71e10..0debfa07545e 100644 --- a/x11-themes/gnome-icons-snowish/Makefile +++ b/x11-themes/gnome-icons-snowish/Makefile @@ -9,9 +9,7 @@ PORTNAME= snowish PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11-themes gnome -MASTER_SITES= http://nuovext.pwsp.net/snowish/files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= tmclaugh +MASTER_SITES= http://nuovext.pwsp.net/snowish/files/ DISTNAME= SnowIsh-${PORTVERSION}_PNG MAINTAINER= ports@FreeBSD.org |