summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk12
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-11 21:50:34 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-11 21:50:34 +0000
commitfa1741442e35bc7c699a0e43385350b66e058d29 (patch)
tree4e907c1b03ba051449a77ec293ed5a3b290e072c /x11-toolkits/gtk12
parentAdd myself. (diff)
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
Notes
Notes: svn path=/head/; revision=39604
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r--x11-toolkits/gtk12/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index 53a4291ab800..25e7be772620 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -9,11 +9,11 @@ PORTNAME= gtk
PORTVERSION= 1.2.9
#PORTREVISION= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
- http://www.ameth.org/gimp/gtk/v1.2/ \
- ${MASTER_SITE_RINGSERVER}
-MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.2
+MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
+ http://www.ameth.org/gimp/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R}
DISTNAME= gtk+-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org