diff options
Diffstat (limited to 'net/sipxtacklib/files/patch-doc-Makefile.am')
-rw-r--r-- | net/sipxtacklib/files/patch-doc-Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sipxtacklib/files/patch-doc-Makefile.am b/net/sipxtacklib/files/patch-doc-Makefile.am deleted file mode 100644 index e8bc77b5966d..000000000000 --- a/net/sipxtacklib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orgi Mon Jan 29 12:10:45 2007 -+++ doc/Makefile.am Mon Jan 29 12:11:05 2007 -@@ -31,7 +31,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 - |