From 904f5e1c47a21b7cddf851b7b1eacc787109c3fb Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 4 Feb 2006 19:53:21 +0000 Subject: [PATCH] fix MASTER_SITES --- graphics/tiff2png/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 5acc01bc7be..c2d13a288db 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2005/10/30 00:10:41 fgsch Exp $ +# $OpenBSD: Makefile,v 1.10 2006/02/04 19:53:21 steven Exp $ COMMENT= "converts TIFF images to PNG format" DISTNAME= tiff2png-0.81c CATEGORIES= graphics -MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/} HOMEPAGE= http://www.libpng.org/pub/png/apps/tiff2png.html