Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 1996 02:17:48 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.port.mk
Message-ID:  <199612111017.CAA02032@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       96/12/11 02:17:47

  Modified:    share/mk  bsd.port.mk
  Log:
  Extend the manpage compression handling a bit.
  
  (1) MANLANG is now a list (defaulting to ""), so if you have English
      and Japanese-EUC versions of the manpages, you can say something
      like `MANLANG= "" ja_JP.EUC' and manpage compression will DTRT.
  
  (2) Add new variables MAN%cPREFIX (where %c=[1-9LN]) which default to
      MANPREFIX (which defaults to PREFIX), to specify per-section
      prefixes.  In particular, this handles the cases in many perl
      ports, which install man1pages into man/man1 and man3pages into
      lib/perl5/man/man3.
  
  Note these modifications won't change the behavior of existing
  variables used in previously-approved ways, so any Makefile that
  worked before will still continue to work.
  
  Revision  Changes    Path
  1.237     +18 -6     src/share/mk/bsd.port.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612111017.CAA02032>