summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'lang/elk/patches/patch-ak')
-rw-r--r--lang/elk/patches/patch-ak59
1 files changed, 21 insertions, 38 deletions
diff --git a/lang/elk/patches/patch-ak b/lang/elk/patches/patch-ak
index b01cd0d13f7..edf0d5f245a 100644
--- a/lang/elk/patches/patch-ak
+++ b/lang/elk/patches/patch-ak
@@ -1,40 +1,23 @@
-$NetBSD: patch-ak,v 1.1 1999/08/19 10:51:23 agc Exp $
+$NetBSD: patch-ak,v 1.2 2002/01/09 23:04:56 seb Exp $
-+ Don't mess with Motif, as there's a trong possibility it won't be
-installed.
-
-+ install postscript documentation whilst we're here.
-
---- Makefile.orig Mon Jul 31 13:56:26 1995
-+++ Makefile Thu Aug 19 11:35:35 1999
-@@ -16,9 +16,9 @@
- lib/unix\
- lib/xlib\
- lib/xt\
-- lib/xaw\
-- lib/xm\
-- lib/xm/xt
-+ lib/xaw
-+# lib/xm\
-+# lib/xm/xt
-
- # ----------------------------------------------------------------------
-
-@@ -37,10 +37,16 @@
- done
-
- install:
-- @for i in $(SUBDIRS) ;\
-+ @for i in $(SUBDIRS) doc/man;\
- do \
- echo Installing $$i...; \
- ( cd $$i ; $(MAKE) install ) || exit $$?; \
-+ done
-+ mkdir -p ${PREFIX}/share/doc/elk
-+ @for i in bitstring cprog kernel oops record regexp unix usenix \
-+ xlib xt; do \
-+ echo "Installing postscript docs for $$i"; \
-+ ${BSD_INSTALL_DATA} doc/$$i/*.ps ${PREFIX}/share/doc/elk; \
- done
+--- lib/unix/build.orig Tue Jul 18 13:07:06 1995
++++ lib/unix/build
+@@ -87,15 +87,9 @@
+ mkdir $install_dir/runtime/obj; \\
+ fi
+ cp unix.pre $install_dir/runtime/obj/unix.o
+- -@if [ ! -d $install_dir/include ]; then \\
+- echo mkdir $install_dir/include; \\
+- mkdir $install_dir/include; \\
+- fi
+- -@if [ ! -d $install_dir/include/extensions ]; then \\
+- echo mkdir $install_dir/include/extensions; \\
+- mkdir $install_dir/include/extensions; \\
+- fi
+- cp unix.h $install_dir/include/extensions
++ -@mkdir -p \${PREFIX}/include/elk/extensions
++ \${BSD_INSTALL_DATA} unix.h \${PREFIX}/include/elk/extensions
++
- localize:
+ lint:
+ lint \$(LINTFLAGS) -I\$(INC) \$(C)