diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-03-15 08:09:24 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-03-15 08:09:24 +0000 |
commit | 65d0eb460a7be319131fadd10994272b39fdd361 (patch) | |
tree | 39f74f6ca4d01abc927e6d5535ccfdbbe73c05d2 /net/asterisk/files/patch-agi::Makefile | |
parent | Update to 0.692 (diff) |
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=157144
Diffstat (limited to 'net/asterisk/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk/files/patch-agi::Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/asterisk/files/patch-agi::Makefile b/net/asterisk/files/patch-agi::Makefile index b35976526f59..82b11dbfde30 100644 --- a/net/asterisk/files/patch-agi::Makefile +++ b/net/asterisk/files/patch-agi::Makefile @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- agi/Makefile.orig Thu Jan 12 15:42:07 2006 -+++ agi/Makefile Thu Jan 12 15:44:39 2006 +--- agi/Makefile.orig Sun Jan 22 17:53:44 2006 ++++ agi/Makefile Sun Jan 22 17:55:53 2006 @@ -11,7 +11,9 @@ # the GNU General Public License # --AGIS=agi-test.agi eagi-test eagi-sphinx-test -+AGIS_BIN=eagi-test eagi-sphinx-test +-AGIS=agi-test.agi eagi-test eagi-sphinx-test xagi-test ++AGIS_BIN=eagi-test eagi-sphinx-test xagi-test +AGIS_SCR=agi-test.agi +AGIS=$(AGIS_SCR) $(AGIS_BIN) |