summaryrefslogtreecommitdiff
path: root/games/greed/patches/patch-aa
blob: c4a9086f115a55f29b753727e013efc7b8da8add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.1.1.1 2007/02/24 21:06:00 wiz Exp $

--- Makefile.orig	Wed Jul 31 00:04:21 2002
+++ Makefile
@@ -13,12 +13,13 @@ SYSDEF=NOTBSD
 
 # Prepend "c:" (or whatever drive you use) to the following paths for MSDOS
 # Location of high score file
-SFILE=/usr/games/lib/greed.hs
+SFILE=${PREFIX}/share/games/greed.hs
 # Location of game executable
-BIN=/usr/games
+BIN=${PREFIX}/bin
 
 # Flags for use with the Linux ncurses package (recommended)
-CFLAGS = -O -s -DNOTBSD
+#CFLAGS = -O -s -DNOTBSD
+CFLAGS+=	-DNOTBSD
 TERMLIB = -lncurses
 CC = gcc