diff options
Diffstat (limited to 'net/asterisk/files/patch-codecs::Makefile')
| -rw-r--r-- | net/asterisk/files/patch-codecs::Makefile | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-codecs::Makefile b/net/asterisk/files/patch-codecs::Makefile new file mode 100644 index 000000000000..1b2df457265c --- /dev/null +++ b/net/asterisk/files/patch-codecs::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- codecs/Makefile	2003/10/17 09:41:04	1.1 ++++ codecs/Makefile	2003/10/17 09:41:19 +@@ -95,7 +95,7 @@ + include .depend +  + install: all +-	for x in $(CODECS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done ++	for x in $(CODECS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done +  + depend: .depend +   | 
