freebsd-ports/net/sipxportlib/files/patch-doc_Makefile.am
Martin Wilke 69c26a938c sipXportLib is a library of general purpose utilities and OS
abstraction APIs.  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:25:32 +00:00

11 lines
392 B
Text

--- doc/Makefile.am.orig Sun Jan 28 16:30:42 2007
+++ doc/Makefile.am Sun Jan 28 16:31:00 2007
@@ -28,7 +28,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