diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-30 19:08:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-30 19:08:21 +0000 |
commit | e5bae2d5801fc2d6c49ccee9ca16e0dde402f16c (patch) | |
tree | 14500fc61e697f795ae42b50eb1cda1be128fcf7 /x11/lesstif/patches/patch-ao | |
parent | 257758c1da74ccac881590408c314a341e294cee (diff) | |
download | pkgsrc-e5bae2d5801fc2d6c49ccee9ca16e0dde402f16c.tar.gz |
Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26
include:
Small code fixes to help building on some systems
Use new libtool version 1.4 and automake 1.4-p1
Install more machine-indepedent files in $(prefix)
Diffstat (limited to 'x11/lesstif/patches/patch-ao')
-rw-r--r-- | x11/lesstif/patches/patch-ao | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/x11/lesstif/patches/patch-ao b/x11/lesstif/patches/patch-ao index 4ea928007e3..1d5b07e17db 100644 --- a/x11/lesstif/patches/patch-ao +++ b/x11/lesstif/patches/patch-ao @@ -1,22 +1,21 @@ -$NetBSD: patch-ao,v 1.9 2000/12/22 17:26:19 jlam Exp $ +$NetBSD: patch-ao,v 1.10 2001/06/30 19:08:24 jlam Exp $ ---- doc/lessdox/functions/Makefile.am.orig Wed Dec 20 04:34:35 2000 +--- doc/lessdox/functions/Makefile.am.orig Tue May 1 08:37:20 2001 +++ doc/lessdox/functions/Makefile.am -@@ -6,17 +6,10 @@ +@@ -6,7 +6,6 @@ EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA) SUFFIXES= .1 .3 .5 .html --mandir= $(exec_prefix)/LessTif/doc/man --man1dir= $(exec_prefix)/LessTif/doc/man/man1 --man3dir= $(exec_prefix)/LessTif/doc/man/man3 --man5dir= $(exec_prefix)/LessTif/doc/man/man5 -- - man1_DATA= +-mandir= $(prefix)/LessTif/doc/man + man1dir= $(prefix)/man/man1 + man3dir= $(prefix)/man/man3 + man5dir= $(prefix)/man/man5 +@@ -15,8 +14,6 @@ man3_DATA= man5_DATA= - --htmldir= $(exec_prefix)/LessTif/doc/html +-htmldir= $(prefix)/LessTif/doc/html html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \ ${man5_DATA:.5=.html} |