summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lesstif/patches/patch-ag')
-rw-r--r--x11/lesstif/patches/patch-ag55
1 files changed, 23 insertions, 32 deletions
diff --git a/x11/lesstif/patches/patch-ag b/x11/lesstif/patches/patch-ag
index 75ad0d4f7bd..d435d3e2c45 100644
--- a/x11/lesstif/patches/patch-ag
+++ b/x11/lesstif/patches/patch-ag
@@ -1,38 +1,29 @@
-$NetBSD: patch-ag,v 1.11 2000/10/23 19:45:17 jlam Exp $
+$NetBSD: patch-ag,v 1.12 2000/12/22 17:26:19 jlam Exp $
---- doc/lessdox/widgets/Makefile.am.orig Thu Nov 11 10:22:20 1999
-+++ doc/lessdox/widgets/Makefile.am
-@@ -6,10 +6,9 @@
- EXTRA_DIST += $(man1_DATA) $(man3_DATA) $(man5_DATA)
- SUFFIXES= .1 .3 .5 .html
+--- clients/Motif-2.0/uil/Makefile.am.orig Thu Dec 7 04:12:29 2000
++++ clients/Motif-2.0/uil/Makefile.am
+@@ -5,9 +5,13 @@
+ if Version_2_0
+ bin_PROGRAMS= uil
+ noinst_PROGRAMS = newuil
+-endif
--mandir= $(prefix)/LessTif/doc/man
--man1dir= $(prefix)/LessTif/doc/man/man1
--man3dir= $(prefix)/LessTif/doc/man/man3
--man5dir= $(prefix)/LessTif/doc/man/man5
-+man1dir= $(mandir)/man1
-+man3dir= $(mandir)/man3
-+man5dir= $(mandir)/man5
++if DefaultVersion20
++bindir = $(prefix)/bin
++else
+ bindir = $(prefix)/LessTif/Motif2.0/bin
++endif
++endif
- man1_DATA=
- man3_DATA= \
-@@ -54,8 +53,6 @@
- # build them.
- #
+ MAINTAINERCLEANFILES=Makefile.in lex.c yacc.c yacc.h
--htmldir= $(prefix)/LessTif/doc/html
+@@ -65,9 +69,3 @@
+ rm $$i; \
+ fi ; \
+ done
-
- if HaveMan2html
-
- html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
-@@ -77,10 +74,3 @@
- man2html -f <$(srcdir)/$*.5 >$*.html
-
- endif
--
--#
--# This installs an extra symbolic link to make the HTML links work right
--# in both the http://www.lesstif.org and the locally installed case.
--#
-install-data-hook:
-- if [ ! -h $(DESTDIR)$(prefix)/LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/LessTif/doc && cd $(DESTDIR)$(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi
+-if DefaultVersion20
+- -rm -f $(DESTDIR)$(prefix)/bin/$(bin_PROGRAMS)
+- (cd $(DESTDIR)$(prefix)/bin && $(LN_S) ../LessTif/Motif2.0/bin/$(bin_PROGRAMS) .)
+-endif