summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif/patches/patch-al')
-rw-r--r--x11/lesstif/patches/patch-al43
1 files changed, 20 insertions, 23 deletions
diff --git a/x11/lesstif/patches/patch-al b/x11/lesstif/patches/patch-al
index c4555641716..614a846928d 100644
--- a/x11/lesstif/patches/patch-al
+++ b/x11/lesstif/patches/patch-al
@@ -1,25 +1,22 @@
-$NetBSD: patch-al,v 1.9 2000/10/23 19:45:18 jlam Exp $
+$NetBSD: patch-al,v 1.10 2000/12/22 17:26:19 jlam Exp $
---- include/Motif-2.0/Mrm/Makefile.am.orig Sun Jan 2 08:22:55 2000
-+++ include/Motif-2.0/Mrm/Makefile.am
-@@ -11,7 +11,7 @@
- # Lets put the headers in a sub directory to avoid
- # poluting /usr/local with more directories for default installs.
- #
--mrmdir = $(prefix)/LessTif/Motif2.0/include/Mrm
-+mrmdir = $(includedir)/Mrm
+--- configure.in.orig Thu Dec 21 07:37:01 2000
++++ configure.in
+@@ -656,6 +656,17 @@
+ dnl AC_SUBST(libdir)
+ AC_SUBST(bindir)
- HEADERS1_2 = MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h
-
-@@ -30,11 +30,3 @@
- done
-
- endif
--install-data-hook:
--if Version_2_0
--if DefaultVersion20
-- if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi
-- (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif2.0/include/Mrm Mrm)
--endif
--endif
--
++docdir='${prefix}/share/doc/lesstif'
++htmldir='${prefix}/share/doc/html/lesstif'
++man1dir='${mandir}/man1'
++man3dir='${mandir}/man3'
++man5dir='${mandir}/man5'
++AC_SUBST(docdir)
++AC_SUBST(htmldir)
++AC_SUBST(man1dir)
++AC_SUBST(man3dir)
++AC_SUBST(man5dir)
++
+ dnl We might have a bit too much redundant data here, but who cares ...
+ dnl AC_SUBST(version)
+ AC_SUBST(version_suffix)