freebsd-ports/net/sipxregistry/files/patch-doc-Makefile.am
Martin Wilke f681f499c2 sipXregistry is the registry/redirect server component of the sipX
family. It shares a number of common components with the rest of the
family, but can be used alone.  It implements several powerful address
mapping capabilities in addtion to supporting UAC registration.

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:59:59 +00:00

11 lines
387 B
Text

--- Makefile.am.orgi Mon Jan 29 14:57:26 2007
+++ doc/Makefile.am Mon Jan 29 14:57:35 2007
@@ -35,7 +35,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