diff options
Diffstat (limited to 'devel/uds/files/patch-Makefile.in')
-rw-r--r-- | devel/uds/files/patch-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/uds/files/patch-Makefile.in b/devel/uds/files/patch-Makefile.in new file mode 100644 index 000000000000..3b2bedadf1bb --- /dev/null +++ b/devel/uds/files/patch-Makefile.in @@ -0,0 +1,15 @@ +--- Makefile.in.orig Tue Feb 27 14:29:36 2001 ++++ Makefile.in Tue Feb 27 14:30:46 2001 +@@ -377,9 +377,9 @@ + cp `find $(srcdir)/test/ -type f -maxdepth 1` $(top_distdir)/test + + install-data-hook: +- rm -Rf $(prefix)/doc/uds +- mkdir -p $(prefix)/doc/uds +- cp $(srcdir)/doc/*.html $(prefix)/doc/uds ++ rm -Rf $(prefix)/share/uds/doc ++ mkdir -p $(prefix)/share/uds/doc ++ cp $(srcdir)/doc/*.html $(prefix)/share/uds/doc + + uninstall-local: + rm -Rf /usr/doc/uds |