From 19d63218a59846f3f941b8e49532899d44b644b6 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 23 Apr 2005 18:30:26 +0000 Subject: [PATCH] do not install stuff while building. --- games/kobodeluxe/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile index 59db7f1a73d..5a1750cd7ac 100644 --- a/games/kobodeluxe/Makefile +++ b/games/kobodeluxe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/11/28 22:41:18 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2005/04/23 18:30:26 espie Exp $ COMMENT= "sdl port of xkobo" DISTNAME= KoboDeluxe-0.4pre8 @@ -14,6 +14,7 @@ FLAVOR?= PATCH_LIST=patch-* extra-hard .endif +FAKE= all # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -26,5 +27,6 @@ LIB_DEPENDS= SDL_image::devel/sdl-image USE_X11= Yes CONFIGURE_STYLE=gnu +CONFIGURE_ENV+=sdlconf_args=--prefix=${DEPBASE} .include