diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-17 22:27:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-17 22:27:45 +0000 |
commit | e61e1d66bd617141dc294a78d82e163554034060 (patch) | |
tree | 82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk/files/patch-funcs::Makefile | |
parent | cfb4ed733fa8c10b76f41592e5a4ea070e9ea37f (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::Makefile | 14 |
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 |