aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-funcs::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
commite61e1d66bd617141dc294a78d82e163554034060 (patch)
tree82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk/files/patch-funcs::Makefile
parentcfb4ed733fa8c10b76f41592e5a4ea070e9ea37f (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk/files/patch-funcs::Makefile')
-rw-r--r--net/asterisk/files/patch-funcs::Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-funcs::Makefile b/net/asterisk/files/patch-funcs::Makefile
new file mode 100644
index 000000000000..a14daeed285c
--- /dev/null
+++ b/net/asterisk/files/patch-funcs::Makefile
@@ -0,0 +1,14 @@
+
+$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