diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 | 
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 | 
| commit | f01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 (patch) | |
| tree | 0aca8a0e8a5d8ec07e8780b50ba45ca50b749e1f /net/asterisk/files/patch-codecs::Makefile | |
| parent | The port depends on an include file, not on a library. Revert back (diff) | |
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Notes
Notes:
    svn path=/head/; revision=91503
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 +  | 
