diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-30 10:59:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-30 10:59:19 +0000 |
commit | a78e45b4d1ca6adfb8ddfb10983d18d7d9329080 (patch) | |
tree | 2a70beed915db7e57752695fef1f71b701f61fd9 /games/einstein/files | |
parent | ee43442b67ffd701cef692bc1181148f18994d83 (diff) | |
download | ports-a78e45b4d1ca6adfb8ddfb10983d18d7d9329080.tar.gz ports-a78e45b4d1ca6adfb8ddfb10983d18d7d9329080.zip |
Notes
Diffstat (limited to 'games/einstein/files')
-rw-r--r-- | games/einstein/files/patch-Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/einstein/files/patch-Makefile b/games/einstein/files/patch-Makefile index b8b3fa592c16..82dd0f6b0b8d 100644 --- a/games/einstein/files/patch-Makefile +++ b/games/einstein/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jan 30 21:45:02 2005 -+++ Makefile Sun Jan 30 21:51:08 2005 +--- Makefile.orig Mon Jan 19 17:41:34 2004 ++++ Makefile Sun Jan 30 21:56:53 2005 @@ -5,7 +5,6 @@ ######################################## @@ -19,7 +19,7 @@ TARGET=einstein -@@ -52,86 +51,5 @@ +@@ -52,86 +51,7 @@ run: $(TARGET) ./$(TARGET) @@ -107,4 +107,6 @@ -options.o: options.h widgets.h font.h storage.h main.h exceptions.h screen.h -options.o: resources.h random.h +install: -+ ${BSD_INSTALL_PROGRAM} ${TARGET} ${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} einstein ${PREFIX}/bin ++ mkdir -p ${PREFIX}/share/einstein ++ ${BSD_INSTALL_DATA} einstein.res ${PREFIX}/share/einstein/einstein.res |