Date: Wed, 23 Feb 2000 10:44:49 -0800 (PST) From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: sobomax@altavista.net Cc: Thomas Gellekum <tg@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/lesstif/patches patch-af Message-ID: <200002231844.KAA00344@troutmask.apl.washington.edu> In-Reply-To: <38B3C46D.6E22CF1E@altavista.net> from Maxim Sobolev at "Feb 23, 2000 01:28:45 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote: [Charset koi8-r unsupported, filtering to ASCII...] > > > tg 2000/02/23 01:18:39 PST > > > > Added files: > > x11-toolkits/lesstif/patches patch-af > > Log: > > Don't `link' libXm against libc. > > > > Reviewed by: <kargl@troutmask.apl.washington.edu> > > Please also consider my ports/16907 PR, which is about two missed from port's > Makefile manpages. > The lesstif port does not install the XBae or Xlt libraries, so the manpages, xbae.1 and xlt.1, should not be installed. This was an oversight on my part. patch-ab should be replaced by the patch below. This closes PR ports/16907 although by a different method. Thomas, can you update patch-ab for me. -- Steve --- 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 -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 +mandir = @mandir@ +man1dir = $(mandir)/man1 +man3dir = $(mandir)/man3 +man5dir = $(mandir)/man5 -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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002231844.KAA00344>