From cce921616435f7222e8cad84d78754d28b305edd Mon Sep 17 00:00:00 2001 From: jose Date: Tue, 13 Jan 2004 15:54:21 +0000 Subject: [PATCH] fix distfile location, found by pval and fixed by Aleksander Piotrow. thank you both. distfile still good, checksum still passes. --- games/zoom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 48f6222ed5f..a950350bf95 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/11/24 03:24:21 brad Exp $ +# $OpenBSD: Makefile,v 1.4 2004/01/13 15:54:21 jose Exp $ # dumps core NOT_FOR_ARCHS= sparc64 @@ -7,7 +7,7 @@ COMMENT= "Z-code interpreter for X11" DISTNAME= zoom-0.9.99beta3 CATEGORIES= games -HOMEPAGE= http://www.dcs.warwick.ac.uk/~esvce/zoom/ +HOMEPAGE= http://www.logicalshift.demon.co.uk/unix/zoom/ MAINTAINER= Jose Nazario