mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
15 lines
379 B
Plaintext
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
|