- remove unreachable HOMEPAGE

- regen patches while here
- bump PKGNAME
This commit is contained in:
jasper 2007-07-18 08:47:06 +00:00
parent f7aea3556d
commit 2e819e4bc4
2 changed files with 7 additions and 9 deletions

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2006/11/13 10:08:12 steven Exp $
# $OpenBSD: Makefile,v 1.7 2007/07/18 08:47:06 jasper Exp $
COMMENT= "SDL clone of the popular Game of Life"
COMMENT= SDL clone of the popular Game of Life
DISTNAME= life-1.0
PKGNAME= ${DISTNAME}p0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://w1.879.telia.com/~u87907755/
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/04/23 05:13:21 pvalchev Exp $
--- Makefile.orig Sun Apr 13 06:02:01 2003
+++ Makefile Mon Apr 21 14:54:10 2003
$OpenBSD: patch-Makefile,v 1.2 2007/07/18 08:47:06 jasper Exp $
--- Makefile.orig Sun Apr 13 13:02:01 2003
+++ Makefile Wed Jul 18 10:45:00 2007
@@ -1,8 +1,8 @@
# YAM, Yet Another Makefile
@ -12,7 +12,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2003/04/23 05:13:21 pvalchev Exp $
LIBS = `sdl-config --libs`
OBJ = main.o Field.o Video.o Surface.o
@@ -10,10 +10,10 @@ OBJ = main.o Field.o Video.o Surface.
@@ -10,10 +10,10 @@ OBJ = main.o Field.o Video.o Surface.o
all: $(TARGET)
$(TARGET): $(OBJ)