diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 10:23:49 +0800 |
commit | 50e5ff23f7a102ee098c5b8e7c416db627f52d99 (patch) | |
tree | 9a0b348f57382de55bfbb25e1aba045249bf2ebe /graphics | |
parent | adae6df9b80c15642f0c4177091894e236184e0b (diff) | |
download | freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.gz freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.tar.zst freebsd-ports-gnome-50e5ff23f7a102ee098c5b8e7c416db627f52d99.zip |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 5 | ||||
-rw-r--r-- | graphics/gle/Makefile | 3 | ||||
-rw-r--r-- | graphics/tgif/Makefile | 1 |
3 files changed, 1 insertions, 8 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index a0ecc83ea872..c99213383b03 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -10,13 +10,10 @@ DISTVERSION= 6.5.4-10 PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ - SF/${PORTNAME:L}/${PORTNAME}/00-6.5.4 \ - + SF/${PORTNAME:L}/${PORTNAME}/00-6.5.4 \ ftp://ftp.nluug.nl/pub/ImageMagick/ \ - ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ - MAINTAINER= mm@FreeBSD.org COMMENT= Image processing tools diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index ca62d234bb7c..cb8fb6bac871 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -11,12 +11,9 @@ PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}\ http://linas.org/gle/pub/ \ - http://metalab.unc.edu/pub/Linux/libs/X/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/libs/ - MAINTAINER= ports@dclg.ca COMMENT= A GL Tubing and Extrusion Library diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 91c2ec9db952..0698c749c333 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ - SF DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} |