summaryrefslogtreecommitdiff
path: root/devel/uds/files/patch-Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-27 07:10:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-27 07:10:53 +0000
commit531a10b09a90bea795d8f7169bc8fe568a4166c0 (patch)
tree2a0c8a9a159bc0e4a9d4ec3d78568dbd16823de3 /devel/uds/files/patch-Makefile.in
parentRemove the now defunct kdegames11 directory. (diff)
add uds
UDS (Useful Development Stuff) Collection
Notes
Notes: svn path=/head/; revision=38842
Diffstat (limited to 'devel/uds/files/patch-Makefile.in')
-rw-r--r--devel/uds/files/patch-Makefile.in15
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