summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-26 20:07:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-26 20:07:47 +0000
commit86efb8e8b916fe2aee54f4bbf67a397118239d2b (patch)
tree8154c13538dd262646deb02a3ce410c19ffab0be /graphics/gimp-app-devel/Makefile
parentOops. The libc_r weirdness of 4-STABLE and prior prevents this from (diff)
Add MASTER_SITE_RINGSERVER to MASTER_SITES.
Approved by: vanilla (MAINTAINER)
Notes
Notes: svn path=/head/; revision=40409
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r--graphics/gimp-app-devel/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 3d5b622711b9..5159b0519221 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -9,9 +9,11 @@ PORTNAME= gimp
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= graphics gnome
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
- ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
- ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/
+MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org