diff options
author | asami <asami@FreeBSD.org> | 1995-07-28 09:56:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-28 09:56:33 +0800 |
commit | 71afb290e7d2d7992da29cbf3792f5e03ecf4554 (patch) | |
tree | 83ae201a614180fb8c386f6435cc05b7684755a7 | |
parent | 0354c2979d3bc010f8635a0835c423e520e83ddd (diff) | |
download | freebsd-ports-graphics-71afb290e7d2d7992da29cbf3792f5e03ecf4554.tar.gz freebsd-ports-graphics-71afb290e7d2d7992da29cbf3792f5e03ecf4554.tar.zst freebsd-ports-graphics-71afb290e7d2d7992da29cbf3792f5e03ecf4554.zip |
Use /usr/X11R6/lib/X11 instead of /usr/games to keep the scores.
-rw-r--r-- | games/xkobo/files/patch-aa | 11 | ||||
-rw-r--r-- | games/xkobo/pkg-plist | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/games/xkobo/files/patch-aa b/games/xkobo/files/patch-aa new file mode 100644 index 00000000000..1416b1f817a --- /dev/null +++ b/games/xkobo/files/patch-aa @@ -0,0 +1,11 @@ +--- ./Imakefile.org Sun Jul 2 19:12:20 1995 ++++ ./Imakefile Thu Jul 27 15:55:15 1995 +@@ -9,7 +9,7 @@ + WAIT_MSEC = 20 + + XCOMM ##### RECORDS +-HSCORE_DIR = /usr/games/xkobo-scores ++HSCORE_DIR = /usr/X11R6/lib/X11/xkobo-scores + + XCOMM ##### C++ COMPILER + CXX = g++ diff --git a/games/xkobo/pkg-plist b/games/xkobo/pkg-plist index 157825e6e18..5fb419ad3c3 100644 --- a/games/xkobo/pkg-plist +++ b/games/xkobo/pkg-plist @@ -1,4 +1,4 @@ bin/xkobo man/man1/xkobo.1.gz -@exec mkdir /usr/games/xkobo-scores && chmod 777 /usr/games/xkobo-scores -@unexec rm -r /usr/games/xkobo-scores +@exec mkdir %D/lib/X11/xkobo-scores && chmod 777 %D/lib/X11/xkobo-scores +@unexec rm -r %D/lib/X11/xkobo-scores |