From 531a10b09a90bea795d8f7169bc8fe568a4166c0 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 27 Feb 2001 07:10:53 +0000 Subject: add uds UDS (Useful Development Stuff) Collection --- devel/uds/files/patch-Makefile.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/uds/files/patch-Makefile.in (limited to 'devel/uds/files/patch-Makefile.in') 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 -- cgit v1.2.3