summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-funcs::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-funcs::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-funcs::Makefile')
-rw-r--r--net/asterisk12/files/patch-funcs::Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk12/files/patch-funcs::Makefile b/net/asterisk12/files/patch-funcs::Makefile
deleted file mode 100644
index a14daeed285c..000000000000
--- a/net/asterisk12/files/patch-funcs::Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- funcs/Makefile.orig Tue Nov 29 20:24:39 2005
-+++ funcs/Makefile Fri Jan 13 12:36:57 2006
-@@ -67,7 +67,7 @@
- $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
-
- install: all
-- for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-+ for x in $(FUNCS); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(MODULES_DIR) ; done
-
- ifneq ($(wildcard .depend),)
- include .depend