From f01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 17 Oct 2003 11:22:52 +0000 Subject: Add asterisk 0.5.0, an Open Source PBX and telephony toolkit. --- net/asterisk16/files/patch-formats::Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/asterisk16/files/patch-formats::Makefile (limited to 'net/asterisk16/files/patch-formats::Makefile') diff --git a/net/asterisk16/files/patch-formats::Makefile b/net/asterisk16/files/patch-formats::Makefile new file mode 100644 index 000000000000..2b59d3522211 --- /dev/null +++ b/net/asterisk16/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 + -- cgit v1.2.3