summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-03-15 04:17:42 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-03-15 04:17:42 +0000
commit204696d2b269f2c48ee3ce19da6f3028cd8bba95 (patch)
treee0634fa85d92ec89e341b0c60c0756ef97b00a79
parentChase the bakery shared lib API version. (diff)
Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.
Notes
Notes: svn path=/head/; revision=131275
-rw-r--r--audio/festival/Makefile2
-rw-r--r--audio/festival/files/patch-speech_tools_install.mak15
2 files changed, 15 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index ef9a1b83a9ae..485dbcfd9b79 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -22,8 +22,6 @@ COMMENT= Multi-lingual speech synthesis system
LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \
esd.2:${PORTSDIR}/audio/esound
-BROKEN= Incorrect pkg-plist
-
DIST_SUBDIR= festival
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa
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))
+