1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/sipxproxy/files/patch-doc-Makefile.in
Martin Wilke a1ee2deb53 sipXproxy is the authorization and call record server component of the
sipX family.

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:42:19 +00:00

12 lines
393 B
Plaintext

--- doc/Makefile.in.orig Mon Jan 29 14:35:56 2007
+++ doc/Makefile.in Mon Jan 29 14:36:17 2007
@@ -481,7 +481,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