diff options
author | mph <mph@FreeBSD.org> | 1998-04-19 21:35:22 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-19 21:35:22 +0000 |
commit | 49b104f1384c41ea9a7624cf53fbe4c9e98f1533 (patch) | |
tree | 4e9223822552e46dedfaeac60e7bac78f2adce24 /games/xkoules/files | |
parent | 779ddc3bbbf6113afd80f90cae01a192f0903b44 (diff) | |
download | FreeBSD-ports-49b104f1384c41ea9a7624cf53fbe4c9e98f1533.zip FreeBSD-ports-49b104f1384c41ea9a7624cf53fbe4c9e98f1533.tar.gz |
Import of xkoules 1.4, an action game for X11.
PR: 5988
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xkoules/files')
-rw-r--r-- | games/xkoules/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xkoules/files/patch-aa b/games/xkoules/files/patch-aa new file mode 100644 index 0000000..eb18c96 --- /dev/null +++ b/games/xkoules/files/patch-aa @@ -0,0 +1,15 @@ +--- Iconfig.orig Wed Mar 4 15:29:05 1998 ++++ Iconfig Sun Apr 19 17:23:41 1998 +@@ -34,9 +34,9 @@ + recomended for linux*/ + /*#define I386ASSEMBLY*/ + /* directories*/ +-KOULESDIR =/usr/bin/X11 +-SOUNDDIR =/usr/local/lib/koules +-MANDIR =/usr/local/man/man6 ++KOULESDIR =$(PREFIX)/bin ++SOUNDDIR =$(PREFIX)/share/xkoules ++MANDIR =$(PREFIX)/man/man6 + + /*You need some extra libraryes for BSD sockets compatibility?*/ + /* TOP_INCLUDES = /* Sun users with GCC need this */ |