diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-24 09:01:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-24 09:01:31 +0000 |
commit | 1552990c1c963160f9dda94380fcb8af8d82a260 (patch) | |
tree | 14e3fc5ec339aa5e97611122ee1606d7249a4cac /x11-toolkits | |
parent | 6e0bfd0c332a6c61cce50e85f4c6999c0f900cd8 (diff) | |
download | ports-1552990c1c963160f9dda94380fcb8af8d82a260.tar.gz ports-1552990c1c963160f9dda94380fcb8af8d82a260.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/files/patch-ab | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/x11-toolkits/lesstif/files/patch-ab b/x11-toolkits/lesstif/files/patch-ab index c85f8904b5be..e230b305765d 100644 --- a/x11-toolkits/lesstif/files/patch-ab +++ b/x11-toolkits/lesstif/files/patch-ab @@ -1,6 +1,6 @@ ---- doc/lessdox/clients/Makefile.in.orig Mon Nov 8 13:09:01 1999 -+++ doc/lessdox/clients/Makefile.in Mon Nov 8 13:09:58 1999 -@@ -120,10 +120,10 @@ +--- doc/lessdox/clients/Makefile.in.orig Wed Feb 23 09:14:35 2000 ++++ doc/lessdox/clients/Makefile.in Wed Feb 23 09:14:59 2000 +@@ -120,12 +120,12 @@ EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA) SUFFIXES = .1 .3 .5 .html @@ -13,5 +13,9 @@ +man3dir = $(mandir)/man3 +man5dir = $(mandir)/man5 - man1_DATA = mwm.1 xmbind.1 lesstif.1 +-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1 ++man1_DATA = mwm.1 xmbind.1 lesstif.1 man3_DATA = + man5_DATA = mwmrc.5 + + |