diff options
Diffstat (limited to 'x11/lesstif/patches/patch-af')
-rw-r--r-- | x11/lesstif/patches/patch-af | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/x11/lesstif/patches/patch-af b/x11/lesstif/patches/patch-af index 5e73d380844..da23db62ad3 100644 --- a/x11/lesstif/patches/patch-af +++ b/x11/lesstif/patches/patch-af @@ -1,8 +1,12 @@ -$NetBSD: patch-af,v 1.6 1999/11/03 04:18:47 jlam Exp $ +$NetBSD: patch-af,v 1.7 1999/11/24 17:34:10 hubertf Exp $ ---- doc/lessdox/functions/Makefile.in.orig Mon Sep 6 17:13:56 1999 -+++ doc/lessdox/functions/Makefile.in Tue Nov 2 22:16:16 1999 -@@ -116,10 +116,10 @@ +Place(s) where this was (most probably...) in before: + NetBSD: patch-af,v 1.6 1999/11/03 04:18:47 jlam Exp + +diff -x *.orig -urN ./doc/lessdox/functions/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/lessdox/functions/Makefile.in +--- ./doc/lessdox/functions/Makefile.in Fri Nov 5 21:15:03 1999 ++++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/lessdox/functions/Makefile.in Wed Nov 24 17:30:52 1999 +@@ -120,10 +120,10 @@ EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA) SUFFIXES = .1 .3 .5 .html @@ -16,17 +20,17 @@ $NetBSD: patch-af,v 1.6 1999/11/03 04:18:47 jlam Exp $ +man5dir = $(exec_prefix)/man/man5 man1_DATA = - man3_DATA = XtConfigureObject.3 XtDestroyWidget.3 XtManageChild.3 XtUnmanageChild.3 -@@ -135,7 +135,7 @@ + man3_DATA = +@@ -138,7 +138,7 @@ # build them. # -htmldir = $(exec_prefix)/LessTif/doc/html +htmldir = $(exec_prefix)/share/doc/lesstif/html - @HaveMan2html_TRUE@html_DATA = ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} ${man5_DATA:.5=.html} - -@@ -272,7 +272,7 @@ + @HaveMan2html_TRUE@html_DATA = \ + @HaveMan2html_TRUE@${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \ +@@ -278,7 +278,7 @@ install-exec-am: install-exec: install-exec-am |