mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
010656b776
commit
0027a1224c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350378
@ -14,7 +14,6 @@ COMMENT= Czech male voice for Festival
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/dicts/czech-lexicon.out:${PORTSDIR}/audio/festlex-czech
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices
|
||||
|
||||
|
19
audio/festvox-czech/files/patch-Makefile
Normal file
19
audio/festvox-czech/files/patch-Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
--- ./Makefile.orig 2005-10-05 13:30:55.000000000 +0200
|
||||
+++ ./Makefile 2014-04-06 19:24:31.351531891 +0200
|
||||
@@ -53,11 +53,11 @@
|
||||
maintainer-clean: distclean
|
||||
|
||||
install: group/ph.group festvox/czech_ph.scm
|
||||
- install -d $(destdir)
|
||||
- install -d $(destdir)/festvox
|
||||
- install -m 644 festvox/czech_ph.scm $(destdir)/festvox/
|
||||
- install -d $(destdir)/group
|
||||
- install -m 644 group/ph.group $(destdir)/group/
|
||||
+ install -d $(DESTDIR)$(destdir)
|
||||
+ install -d $(DESTDIR)$(destdir)/festvox
|
||||
+ install -m 644 festvox/czech_ph.scm $(DESTDIR)$(destdir)/festvox/
|
||||
+ install -d $(DESTDIR)$(destdir)/group
|
||||
+ install -m 644 group/ph.group $(DESTDIR)$(destdir)/group/
|
||||
|
||||
uninstall:
|
||||
rm -f $(destdir)/festvox/czech_ph.scm $(destdir)/group/ph.group
|
Loading…
Reference in New Issue
Block a user