[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / ncurses

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/ncurses/Makefile between version 1.40 and 1.41

version 1.40, 2002/09/01 18:36:35 version 1.41, 2002/11/17 11:23:15
Line 27  CONFIGURE_ARGS+= --with-manpage-tbl
Line 27  CONFIGURE_ARGS+= --with-manpage-tbl
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if (${OPSYS} == SunOS)  .if (${OPSYS} == SunOS)
 PLIST_SUBST+=   NOT_SUNOS="@comment " TERMINFODIR=share/lib/terminfo  PLIST_SUBST+=   NOT_SUNOS="@comment "
   
 TERMINFO_SRC=   ${WRKSRC}/misc/terminfo.src  TERMINFO_SRC=   ${WRKSRC}/misc/terminfo.src
   TERMINFODIR=    share/lib/terminfo
 .else  .else
 PLIST_SUBST+=   NOT_SUNOS= TERMINFODIR=share/terminfo  PLIST_SUBST+=   NOT_SUNOS=""
   TERMINFODIR=    share/terminfo
 .endif  .endif
   
   PLIST_SUBST+=   TERMINFODIR="${TERMINFODIR}"
   
   CONFIGURE_ARGS+=        --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
   CONFIGURE_ARGS+=        --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}
   
 # Remove these manpages from the distribution so they won't get installed  # Remove these manpages from the distribution so they won't get installed
 CURSES_NO_MAN=          clear.1 tput.1 tset.1  CURSES_NO_MAN=          clear.1 tput.1 tset.1
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>