[BACK]Return to configure.local.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure.local.example between version 1.21 and 1.22

version 1.21, 2016/10/18 16:06:44 version 1.22, 2016/11/19 15:24:51
Line 83  OSNAME="OpenBSD 6.0"
Line 83  OSNAME="OpenBSD 6.0"
 PREFIX="/usr/local"  PREFIX="/usr/local"
 BINDIR="${PREFIX}/bin"  BINDIR="${PREFIX}/bin"
 SBINDIR="${PREFIX}/sbin"  SBINDIR="${PREFIX}/sbin"
 INCLUDEDIR="${PREFIX}/include/mandoc"  
 LIBDIR="${PREFIX}/lib/mandoc"  
 MANDIR="${PREFIX}/man"  MANDIR="${PREFIX}/man"
   
 # Some distributions may want to avoid naming conflicts  # Some distributions may want to avoid naming conflicts
Line 171  INSTALL_DATA="${INSTALL} -m 0444"
Line 169  INSTALL_DATA="${INSTALL} -m 0444"
   
 PREFIX="/usr/local"  PREFIX="/usr/local"
 HOMEBREWDIR="${PREFIX}/Cellar"  HOMEBREWDIR="${PREFIX}/Cellar"
   
   # --- user settings for the mandoc(3) library --------------------------
   
   # By default, libmandoc.a is not installed.  It is almost never needed
   # because there is almost no non-mandoc software out there using this
   # library.  The one notable exception is NetBSD apropos(1).
   # So, when building for the NetBSD base system - but not for NetBSD
   # ports nor for pkgsrc! - you may want the following:
   
   INSTALL_LIBMANDOC=1
   
   # The following settings are only used when INSTALL_LIBMANDOC is set.
   
   INCLUDEDIR="${PREFIX}/include/mandoc"
   LIBDIR="${PREFIX}/lib/mandoc"
   
 # --- user settings related to man.cgi ---------------------------------  # --- user settings related to man.cgi ---------------------------------
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb