From 72ddccb3836d99aa494a0bc6486f10c77c96fd38 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 11 Jun 2006 05:29:49 +0000 Subject: - Fix fetch of gimp2-gutenprint distfile .... :xxx stuff is confusing in MASTER_SITES git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6397 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gimp-devel/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics/gimp-devel/Makefile') diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 982831c75..81c14adfd 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.16 2006/06/09 21:36:08 ahze Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.17 2006/06/11 05:20:38 ahze Exp $ # PORTNAME= gimp @@ -17,9 +17,10 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} \ - ${MASTER_SITE_LOCAL}:gut + ${MASTER_SITE_LOCAL:S|$|ahze/|:S|$|:gut|} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ - ahze:gut + ahze:gut + DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} MAINTAINER= gnome@FreeBSD.org -- cgit