freebsd-ports/net/sipxmediaadapterlib/files/patch-doc-Makefile.am
Martin Wilke 9157f06ddf sipXmediaadapterlib is a library that handles media adapter, such as
phones.  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 <durian at shadetreesoftware.com>
2007-02-01 22:36:27 +00:00

11 lines
391 B
Text

--- doc/Makefile.am.orig Mon Jan 29 14:13:09 2007
+++ doc/Makefile.am Mon Jan 29 14:13:19 2007
@@ -24,7 +24,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