summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-ac
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-11 08:46:44 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-11 08:46:44 +0000
commit8eaaaf606c6baa2bf880c965704871d8cf36f93f (patch)
tree746d666d519d7b1de9a8e1803721a7d951e47b40 /graphics/urt/files/patch-ac
parentActivate cweb. (diff)
Upgrade to 3.1b1 and reorganize a bit.
PR: 5719 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'graphics/urt/files/patch-ac')
-rw-r--r--graphics/urt/files/patch-ac34
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-ac b/graphics/urt/files/patch-ac
new file mode 100644
index 000000000000..40f80cebfb2a
--- /dev/null
+++ b/graphics/urt/files/patch-ac
@@ -0,0 +1,34 @@
+--- man/makefile.src.orig Thu Feb 27 22:26:52 1992
++++ man/makefile.src Wed Feb 11 09:22:16 1998
+@@ -211,7 +211,6 @@
+
+ # Put the manual pages into a global location
+ install: install-1 install-3 install-5
+- touch install
+
+ install-1: $(PAGES1)
+ @-sh -c "if test '$(DEST)X' != X ; then \
+@@ -223,7 +222,6 @@
+ else \
+ true ; \
+ fi"
+- touch install-1
+
+ install-3: $(PAGES3)
+ @-sh -c "if test '$(DEST)X' != X ; then \
+@@ -235,7 +233,6 @@
+ else \
+ true ; \
+ fi"
+- touch install-3
+
+ install-5: man5/*.5
+ @-sh -c "if test $(DEST)X != X; then \
+@@ -243,7 +240,6 @@
+ cp $? $(DEST5); \
+ else true; \
+ fi"
+- touch install-5
+
+ # Clean up installed man pages
+ pristine: