diff options
Diffstat (limited to 'net/asterisk-bristuff/files/patch-codecs::Makefile')
-rw-r--r-- | net/asterisk-bristuff/files/patch-codecs::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-codecs::Makefile b/net/asterisk-bristuff/files/patch-codecs::Makefile new file mode 100644 index 0000000..1b2df45 --- /dev/null +++ b/net/asterisk-bristuff/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 + |