mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a1ee2deb53
sipX family. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian <durian at shadetreesoftware.com>
12 lines
393 B
Plaintext
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
|
|
|