From 895afe747c2bd806c93ea26d35e03be295ecca44 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 1 Feb 2007 22:40:34 +0000 Subject: sipXcalllib is a library that handles call signaling. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian --- net/sipxcalllib/files/patch-doc-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/sipxcalllib/files/patch-doc-Makefile.in (limited to 'net/sipxcalllib/files/patch-doc-Makefile.in') diff --git a/net/sipxcalllib/files/patch-doc-Makefile.in b/net/sipxcalllib/files/patch-doc-Makefile.in new file mode 100644 index 000000000000..7fc070a14669 --- /dev/null +++ b/net/sipxcalllib/files/patch-doc-Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Mon Jan 29 14:27:18 2007 ++++ doc/Makefile.in Mon Jan 29 14:29:14 2007 +@@ -495,7 +495,7 @@ + rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ + @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ + find @PACKAGE@ -type f -print \ +- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% ++ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% + + clean: clean-doc + -- cgit v1.2.3