diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 23:41:41 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 23:41:41 +0800 |
commit | ab175b43a9709a42a289e6e6d8aa7ede2f2a8420 (patch) | |
tree | d4bad913bf4f9f2315bbab9460e13e2fada3ee0f /games/childsplay_plugins/files | |
parent | 3ee4ab2ba220326ee81e15a6cd204dc020bda31f (diff) | |
download | marcuscom-ports-ab175b43a9709a42a289e6e6d8aa7ede2f2a8420.tar.gz marcuscom-ports-ab175b43a9709a42a289e6e6d8aa7ede2f2a8420.tar.zst marcuscom-ports-ab175b43a9709a42a289e6e6d8aa7ede2f2a8420.zip |
- fix build
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7609 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/childsplay_plugins/files')
-rw-r--r-- | games/childsplay_plugins/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/childsplay_plugins/files/patch-Makefile b/games/childsplay_plugins/files/patch-Makefile index a15980f02..e02280ccb 100644 --- a/games/childsplay_plugins/files/patch-Makefile +++ b/games/childsplay_plugins/files/patch-Makefile @@ -2,7 +2,7 @@ +++ Makefile Sat May 7 23:04:02 2005 @@ -0,0 +1,9 @@ +PYTHON = /usr/bin/env python -+CPDIR=${X11BASE}/childsplay ++CPDIR=${LOCALBASE}/childsplay + +all: + echo "Compiling modules to bytecode..." |