diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 04:17:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 04:17:42 +0000 |
commit | 204696d2b269f2c48ee3ce19da6f3028cd8bba95 (patch) | |
tree | e0634fa85d92ec89e341b0c60c0756ef97b00a79 /audio/festival/files | |
parent | 21a53bedf2644e443f20c73387f785057bb650f4 (diff) |
Notes
Diffstat (limited to 'audio/festival/files')
-rw-r--r-- | audio/festival/files/patch-speech_tools_install.mak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/festival/files/patch-speech_tools_install.mak b/audio/festival/files/patch-speech_tools_install.mak new file mode 100644 index 000000000000..230210cb501a --- /dev/null +++ b/audio/festival/files/patch-speech_tools_install.mak @@ -0,0 +1,15 @@ +$FreeBSD$ + +author: Tod McQuillin + +--- speech_tools/config/rules/install.mak~ Sun May 30 22:51:10 1999 ++++ speech_tools/config/rules/install.mak Wed Mar 9 03:11:35 2005 +@@ -39,7 +39,7 @@ + + + +-PROJECT_HOME_PATH := $(shell mkdir -p $($(PROJECT_PREFIX)_HOME); cd $($(PROJECT_PREFIX)_HOME); pwd) ++PROJECT_HOME_PATH := $($(PROJECT_PREFIX)_HOME) + + PROJECT_TOP_PATH := $(shell (cd $(TOP); pwd)) + |