From 8ef0fd503a2ec49a35bcdd6c6f57d051645be26a Mon Sep 17 00:00:00 2001 From: xsa Date: Mon, 1 Mar 2004 23:49:27 +0000 Subject: [PATCH] fix HOMEPAGE and MASTER_SITES accordingly; ok wcobb@. --- graphics/png2ico/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile index c96feabb812..73fee77af7c 100644 --- a/graphics/png2ico/Makefile +++ b/graphics/png2ico/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/02/25 02:35:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2004/03/01 23:49:27 xsa Exp $ COMMENT= "Convert PNG images to Windows .ico files" @@ -6,8 +6,8 @@ VERSION= 2002-12-08 PKGNAME= png2ico-${VERSION:S/-//g} DISTNAME= png2ico-src-${VERSION} CATEGORIES= graphics www -HOMEPAGE= http://www.winterdrache.de/freeware/png2ico/data/ -MASTER_SITES= ${HOMEPAGE} +HOMEPAGE= http://www.winterdrache.de/freeware/png2ico/ +MASTER_SITES= ${HOMEPAGE}data/ MAINTAINER= Wilbern Cobb