1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/festlex-czech/files/patch-Makefile
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
379 B
Plaintext

--- Makefile.orig 2006-06-21 07:32:07 UTC
+++ Makefile
@@ -36,10 +36,9 @@ distfiles := *.scm *.out
all: czech-lexicon.out
%.out: %.scm
- festival --batch '(lex.compile "$<" "$@")'
+ echo '(lex.compile "$<" "$@")' | festival
install: all
- $(INSTALL_PROGRAM) -m 644 $(distfiles) $(festival_path)/
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install