summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-agi::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
commit2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch)
tree4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12/files/patch-agi::Makefile
parent- Update to 1.4.37 (diff)
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Notes
Notes: svn path=/head/; revision=265427
Diffstat (limited to 'net/asterisk12/files/patch-agi::Makefile')
-rw-r--r--net/asterisk12/files/patch-agi::Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/asterisk12/files/patch-agi::Makefile b/net/asterisk12/files/patch-agi::Makefile
deleted file mode 100644
index 4615eef8ec94..000000000000
--- a/net/asterisk12/files/patch-agi::Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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_SCR=agi-test.agi
-+AGIS=$(AGIS_SCR) $(AGIS_BIN)
-
- CFLAGS+=
-
-@@ -27,8 +29,9 @@
- all: depend $(AGIS)
-
- install: all
-- mkdir -p $(DESTDIR)$(AGI_DIR)
-- for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done
-+ $(MKDIR) -p $(DESTDIR)$(AGI_DIR)
-+ for x in $(AGIS_BIN); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(AGI_DIR) ; done
-+ for x in $(AGIS_SCR); do $(BSD_INSTALL_SCRIPT) $$x $(DESTDIR)$(AGI_DIR) ; done
-
- eagi-test: eagi-test.o
- $(CC) $(CFLAGS) -o eagi-test eagi-test.o $(LIBS)