diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-21 13:01:43 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-21 13:01:43 +0000 |
commit | 550a540d45635f9704150ca77764d37ff32f2cf6 (patch) | |
tree | 765005d42d6eaee678b4f6b732af69b8fdc67ab4 /games | |
parent | Fix Imakefile breakage under XFree86 4.x (diff) |
Fix Imakefile breakage under XFree86 3.x
PR: 22161
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=34066
Diffstat (limited to 'games')
-rw-r--r-- | games/xkoules/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xkoules/files/patch-aa b/games/xkoules/files/patch-aa index 3bb3eb067408..e92cc2d12ec7 100644 --- a/games/xkoules/files/patch-aa +++ b/games/xkoules/files/patch-aa @@ -7,7 +7,7 @@ -KOULESDIR =/usr/bin/X11 -SOUNDDIR =/usr/local/lib/koules -MANDIR =/usr/local/man/man6 -+KOULESDIR =$(LIBEXECDIR) ++KOULESDIR =$(PREFIX)/libexec +SOUNDDIR =$(PREFIX)/share/xkoules +MANSUFFIX =6 |