aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-12 05:50:34 +0800
committersf <sf@FreeBSD.org>2001-03-12 05:50:34 +0800
commit40efd2eae33d8428773fde2a2fe7e03756550cd9 (patch)
tree5f1faaf7a1918d6fcc614b095bc3dfde97d79aee /x11-toolkits/gtk20
parentd44cd0a916fe89d687f222e5e1bfb5fb9fc4afc5 (diff)
downloadfreebsd-ports-gnome-40efd2eae33d8428773fde2a2fe7e03756550cd9.tar.gz
freebsd-ports-gnome-40efd2eae33d8428773fde2a2fe7e03756550cd9.tar.zst
freebsd-ports-gnome-40efd2eae33d8428773fde2a2fe7e03756550cd9.zip
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 4088e8bfaac3..acae49477b09 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -9,11 +9,11 @@ PORTNAME= gtk
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \
- http://www.ameth.org/gimp/gtk/v1.3/ \
- ${MASTER_SITE_RINGSERVER}
-MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.3
+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