diff options
Diffstat (limited to 'games/glchess/files/patch-Makefile')
-rw-r--r-- | games/glchess/files/patch-Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/games/glchess/files/patch-Makefile b/games/glchess/files/patch-Makefile index 7c4291b5945d..873998240957 100644 --- a/games/glchess/files/patch-Makefile +++ b/games/glchess/files/patch-Makefile @@ -1,14 +1,11 @@ ---- Makefile.orig Wed Jul 18 09:19:16 2001 -+++ Makefile Wed Jul 18 09:06:04 2001 -@@ -1,12 +1,11 @@ --INSTALLDIR = /usr/local/bin --MANDIR = /usr/local/man/man6 --SHAREDIR = /usr/local/share/games/glchess -+INSTALLDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man/man6 -+SHAREDIR = ${DATADIR} +--- Makefile.orig Sat Dec 8 19:18:34 2001 ++++ Makefile Sat Dec 8 19:19:24 2001 +@@ -1,4 +1,3 @@ +-PREFIX = /usr/local - VERSION = 0.3.5 + INSTALLDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man/man6 +@@ -8,7 +7,6 @@ DATE = `date "+%Y-%m-%d"` all: |