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/asterisk10/files/patch-formats::Makefile | |
parent | a50ad34b6aeed8329502f312a934da08872c84cb (diff) |
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Notes
Notes:
svn path=/head/; revision=91503
Diffstat (limited to 'net/asterisk10/files/patch-formats::Makefile')
-rw-r--r-- | net/asterisk10/files/patch-formats::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk10/files/patch-formats::Makefile b/net/asterisk10/files/patch-formats::Makefile new file mode 100644 index 000000000000..2b59d3522211 --- /dev/null +++ b/net/asterisk10/files/patch-formats::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- formats/Makefile 2003/10/17 09:41:29 1.1 ++++ formats/Makefile 2003/10/17 09:41:43 +@@ -40,7 +40,7 @@ + $(CC) -shared -Xlinker -x -o $@ $< -lm + + install: all +- for x in $(FORMAT_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done ++ for x in $(FORMAT_LIBS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done + + depend: .depend + |