diff options
Diffstat (limited to 'net/sipxregistry/files/patch-doc-Makefile.am')
-rw-r--r-- | net/sipxregistry/files/patch-doc-Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sipxregistry/files/patch-doc-Makefile.am b/net/sipxregistry/files/patch-doc-Makefile.am deleted file mode 100644 index 830dc3e01865..000000000000 --- a/net/sipxregistry/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |