$NetBSD: patch-aa,v 1.2 2005/09/07 10:55:31 adam Exp $

--- Makefile.orig	2005-01-13 06:16:20.000000000 +0000
+++ Makefile
@@ -1,16 +1,16 @@
 # C compiler to use
-CC=gcc
+#CC=gcc
 
 # Set PREFIX to the root of where you want to install gtklife
-PREFIX=/usr/local
+#PREFIX=/usr/local
 
 # Installation points for the gtklife binary, data, and documentation.
-BINDIR=$(PREFIX)/games
+BINDIR=$(PREFIX)/bin
 DATADIR=$(PREFIX)/share/gtklife
-DOCDIR=$(PREFIX)/doc/gtklife
+DOCDIR=$(PREFIX)/share/doc/gtklife
 
 # Optimization and debug flags
-CFLAGS=-O3 -Wall # -g
+#CFLAGS=-O3 -Wall # -g
 
 ########## No user-serviceable parts below ##########
 
