diff options
Diffstat (limited to 'net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in')
-rw-r--r-- | net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in b/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in deleted file mode 100644 index 64abd03f3cc1..000000000000 --- a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXdialog/doc/Makefile.in.orig Sat Dec 30 15:33:50 2006 -+++ ./sipXdialog/doc/Makefile.in Sat Dec 30 15:34:09 2006 -@@ -494,7 +494,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - |