diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-31 05:05:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-31 05:05:05 +0800 |
commit | 5be0968ee9699f704760bd19860edd62479c5954 (patch) | |
tree | d00b1d6615dd078f225b8c2491a9e9f7cc8af887 /x11-themes | |
parent | ddda19e63d9a632d0e3d186698e4861a488b9ca4 (diff) | |
download | freebsd-ports-gnome-5be0968ee9699f704760bd19860edd62479c5954.tar.gz freebsd-ports-gnome-5be0968ee9699f704760bd19860edd62479c5954.tar.zst freebsd-ports-gnome-5be0968ee9699f704760bd19860edd62479c5954.zip |
Fix fetching of old_themes, new_themes are still broken
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/slim-themes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile index 20e38195ef32..6549bb4e1eb1 100644 --- a/x11-themes/slim-themes/Makefile +++ b/x11-themes/slim-themes/Makefile @@ -4,9 +4,8 @@ PORTNAME= slim-themes PORTVERSION= 1.0.1 CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:old_themes/g} \ - http://slim.berlios.de/themes/:new_themes -MASTER_SITE_SUBDIR= slim/:old_themes +MASTER_SITES= http://slim.berlios.de/themes/:new_themes \ + SF/slim.berlios/:old_themes DISTFILES= MAINTAINER= rea@FreeBSD.org |