diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 18:18:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 18:18:23 +0000 |
commit | 9f28b5c070cc92a337e2743528fe8f44115d4981 (patch) | |
tree | 79d4e70f4290b91708ef71fc5e82f30d8408dfc7 /x11-themes | |
parent | c8191c0bb7f5e436d54a68515f34badffc02ce24 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/colorstep/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/engradient/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtkbe/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile index 8ece2c9db408..591d3fad87b5 100644 --- a/x11-themes/colorstep/Makefile +++ b/x11-themes/colorstep/Makefile @@ -8,7 +8,8 @@ PORTNAME= colorstep PORTVERSION= 200008190715 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk DISTNAME= ColorStep-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile index 3313238a54b1..aa3293d2eea0 100644 --- a/x11-themes/engradient/Makefile +++ b/x11-themes/engradient/Makefile @@ -8,7 +8,8 @@ PORTNAME= engradient PORTVERSION= 200008151005 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk DISTNAME= EnGradient-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile index a3ec34bb1e24..fa55b76d6ccd 100644 --- a/x11-themes/gtk-Mac2-theme/Makefile +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -8,7 +8,8 @@ PORTNAME= gtk-Mac2-theme PORTVERSION= 200003050858 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk DISTNAME= Mac2-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile index ba9143f1a004..83c5ecc1320d 100644 --- a/x11-themes/gtkbe/Makefile +++ b/x11-themes/gtkbe/Makefile @@ -8,7 +8,8 @@ PORTNAME= gtkbe PORTVERSION= 200007091019 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk DISTNAME= GTK-Be-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index 347a8fe222c8..11c822e96bf3 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -8,7 +8,8 @@ PORTNAME= gtkstep-pastel PORTVERSION= 200007290343 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk DISTNAME= ${PORTNAME}-1.2.x-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org |