aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-devel/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-devel/files/patch-Makefile')
-rw-r--r--net/asterisk-devel/files/patch-Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/asterisk-devel/files/patch-Makefile b/net/asterisk-devel/files/patch-Makefile
index a11dc52ae1b5..9d225b6e1723 100644
--- a/net/asterisk-devel/files/patch-Makefile
+++ b/net/asterisk-devel/files/patch-Makefile
@@ -2,7 +2,7 @@
$FreeBSD$
--- Makefile.orig Tue Sep 2 03:33:42 2003
-+++ Makefile Fri Oct 17 13:33:58 2003
++++ Makefile Sun Oct 19 10:02:05 2003
@@ -39,10 +39,10 @@
#K6OPT = -DK6OPT
@@ -246,10 +246,11 @@ $FreeBSD$
samples: all datafiles adsi
- mkdir -p $(ASTETCDIR)
-+ $(MKDIR) $(ASTETCDIR)
- for x in configs/*.sample; do \
+- for x in configs/*.sample; do \
- if [ -f $(ASTETCDIR)/`basename $$x .sample` ]; then \
- mv -f $(ASTETCDIR)/`basename $$x .sample` $(ASTETCDIR)/`basename $$x .sample`.old ; \
++ $(MKDIR) $(ASTETCDIR)
++ for x in configs/*.sample channels/h323/*.sample; do \
+ $(BSD_INSTALL_DATA) $$x $(ASTETCDIR)/`basename $$x .sample`-dist ;\
+ if ! [ -f $(ASTETCDIR)/`basename $$x .sample` ]; then \
+ $(BSD_INSTALL_DATA) $$x $(ASTETCDIR)/`basename $$x .sample` ;\