freebsd-ports/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.in
Martin Wilke 6cc0afafb1 sipXpbx s the web based configuration system for sipX.
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:50:42 +00:00

11 lines
432 B
Text

--- ./sipXpresence/doc/Makefile.in.orig Sat Dec 30 15:28:22 2006
+++ ./sipXpresence/doc/Makefile.in Sat Dec 30 15:31:28 2006
@@ -494,7 +494,7 @@
rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
@INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
find @PACKAGE@ -type f -print \
- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
clean: clean-doc