freebsd-ports/net/sipxpublisher/files/patch-doc-Makefile.in
Martin Wilke 7127e94810 sipXpublisher is a modular server for handling SIP event subscriptions; event
package types can be added through a dynamically linked library
interface, configured through a simple XML plugin configuration file.

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:33:04 +00:00

11 lines
393 B
Text

--- doc/Makefile.in.orgi Mon Jan 29 13:21:25 2007
+++ doc/Makefile.in Mon Jan 29 13:21:55 2007
@@ -469,7 +469,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