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

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

Diff for /pkgsrc/x11/xterm/Makefile between version 1.36 and 1.38

version 1.36, 2007/09/17 06:36:21 version 1.38, 2008/01/14 06:16:48
Line 31  CONFIGURE_ARGS+= --enable-wide-chars
Line 31  CONFIGURE_ARGS+= --enable-wide-chars
 CONFIGURE_ARGS+= --with-setuid  CONFIGURE_ARGS+= --with-setuid
 .endif  .endif
   
 .if ${OPSYS} == "SunOS"  
 INSTALL_FILE=   ${WRKDIR}/INSTALL  
 DEINSTALL_FILE= ${INSTALL_FILE}  
   
 pre-build:  
         ${MKDIR} ${INSTALL_FILE:H}  
         ${SED} -e 's#@MV@#${MV}#g' \  
           -e 's#@LOCALBASE@#${LOCALBASE}#g' \  
           -e 's#@PREFIX@#${PREFIX}#g' \  
           ${PKGDIR}/INSTALL.openwin >${INSTALL_FILE}  
   
 pre-install:  
         ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL  
   
 post-install:  
         ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL  
 .endif  
   
 .include "../../x11/libX11/buildlink3.mk"  .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"  .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"  .include "../../x11/libXt/buildlink3.mk"

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>