diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
commit | cc61e8918209daa42305c4058a0c09539bc17783 (patch) | |
tree | da98a4fdbb76b825d3a568ad7ba44e36bd7dc167 /net/asterisk/files/patch-agi::Makefile | |
parent | - Update to 3.0.8 (diff) |
Remove and disconnect net/asterisk port in preparation for repocopy
from net/asterisk16
Notes
Notes:
svn path=/head/; revision=265086
Diffstat (limited to 'net/asterisk/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk/files/patch-agi::Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/asterisk/files/patch-agi::Makefile b/net/asterisk/files/patch-agi::Makefile deleted file mode 100644 index f9910fe96dd6..000000000000 --- a/net/asterisk/files/patch-agi::Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- agi/Makefile.orig Sat Dec 16 23:14:34 2006 -+++ agi/Makefile Wed Mar 28 11:13:21 2007 -@@ -13,7 +13,9 @@ - - .PHONY: clean all uninstall - --AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi -+AGIS_BIN=eagi-test eagi-sphinx-test -+AGIS_SCR=agi-test.agi jukebox.agi -+AGIS=$(AGIS_SCR) $(AGIS_BIN) - - ifeq ($(OSARCH),SunOS) - LIBS+=-lsocket -lnsl -@@ -31,8 +33,9 @@ eagi-test: eagi-test.o strcompat.o - eagi-sphinx-test: eagi-sphinx-test.o - - 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 - - uninstall: - for x in $(AGIS); do rm -f $(DESTDIR)$(AGI_DIR)/$$x ; done |