summaryrefslogtreecommitdiff
path: root/net/asterisk14/files/patch-agi::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-02-05 19:38:40 +0000
commita5aa0c90ca8ffebd4c3a15be9330e752444516d2 (patch)
treedaae7a87fc1732c7efc6c538dd9f6df8cca8b66d /net/asterisk14/files/patch-agi::Makefile
parentFix and remove BROKEN. (diff)
Update to 0.7.1.
Notes
Notes: svn path=/head/; revision=100074
Diffstat (limited to 'net/asterisk14/files/patch-agi::Makefile')
-rw-r--r--net/asterisk14/files/patch-agi::Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net/asterisk14/files/patch-agi::Makefile b/net/asterisk14/files/patch-agi::Makefile
index 806195bfbb3e..567c30f5624e 100644
--- a/net/asterisk14/files/patch-agi::Makefile
+++ b/net/asterisk14/files/patch-agi::Makefile
@@ -1,9 +1,9 @@
$FreeBSD$
---- agi/Makefile.orig Tue Aug 19 19:42:30 2003
-+++ agi/Makefile Fri Oct 17 14:13:14 2003
-@@ -11,20 +11,23 @@
+--- agi/Makefile.orig Sat Oct 25 20:27:53 2003
++++ agi/Makefile Fri Jan 30 02:31:07 2004
+@@ -11,21 +11,24 @@
# the GNU General Public License
#
@@ -17,9 +17,11 @@ $FreeBSD$
all: depend $(AGIS)
install: all
-- for x in $(AGIS); do $(INSTALL) -m 755 $$x $(AGI_DIR) ; done
-+ for x in $(AGIS_BIN); do $(BSD_INSTALL_PROGRAM) $$x $(AGI_DIR) ; done
-+ for x in $(AGIS_SCR); do $(BSD_INSTALL_SCRIPT) $$x $(AGI_DIR) ; done
+- mkdir -p $(DESTDIR)$(AGI_DIR)
+- for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done
++ $(MKDIR) $(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) -o eagi-test eagi-test.o