aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-03-15 12:17:42 +0800
committertrevor <trevor@FreeBSD.org>2005-03-15 12:17:42 +0800
commit20e4f3de95b78cab902b9a01da22921fbeb10841 (patch)
treeeab5b3c8e59a74a8689d71b5354e4fbe7fcef981 /audio
parentd00da0ef7cd75ba524ebfa1fb41448da7459acbc (diff)
downloadfreebsd-ports-gnome-20e4f3de95b78cab902b9a01da22921fbeb10841.tar.gz
freebsd-ports-gnome-20e4f3de95b78cab902b9a01da22921fbeb10841.tar.zst
freebsd-ports-gnome-20e4f3de95b78cab902b9a01da22921fbeb10841.zip
Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.
Diffstat (limited to 'audio')
-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))
+