1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/festival/files/patch-speech_tools_install.mak
Trevor Johnson 204696d2b2 Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.
2005-03-15 04:17:42 +00:00

16 lines
394 B
Makefile

$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))