From c143d667d8f0b6cc6c7c2845c062269b41c85aed Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Wed, 12 Aug 2009 23:56:40 +0000 Subject: [PATCH] - Updated MASTER_SITES to use new SFP macro and added MASTER_SITE_SUBDIR --- graphics/GraphicsMagick13/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index 43945460e42e..a316c030c824 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -8,9 +8,9 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.6 CATEGORIES= graphics -MASTER_SITES= LOCAL/glarkin \ - http://www.sourcehosting.net/freebsd/distfiles/ \ +MASTER_SITES= SFP \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ +MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick