From 1ba7a16aa455839a482324a43cd85b8c97260d35 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 3 Nov 2005 21:52:46 +0000 Subject: [PATCH] CONFIGURE_STYLE=gnu is best, pointed out by naddy --- games/sdlzombies/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/sdlzombies/Makefile b/games/sdlzombies/Makefile index 65109061153..ae2b2ec34a7 100644 --- a/games/sdlzombies/Makefile +++ b/games/sdlzombies/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/11/03 16:44:41 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/03 21:52:46 pvalchev Exp $ COMMENT= "zombies clone" @@ -23,7 +23,7 @@ LIB_DEPENDS= SDL_image::devel/sdl-image \ USE_X11= Yes -CONFIGURE_STYLE= automake +CONFIGURE_STYLE= gnu post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdlzombies