1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add a patch from Tod McQuillin to suppress creation of

PREFIX/share/festival before installation.
This commit is contained in:
Trevor Johnson 2005-03-15 04:17:42 +00:00
parent 21a53bedf2
commit 204696d2b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131275
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

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