[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.1 and 1.4

version 1.1, 2001/12/17 14:34:17 version 1.4, 2002/09/02 08:28:30
Line 21  post-extract:
Line 21  post-extract:
   
 pre-build:  pre-build:
         @${SED} -e 's#@MV@#${MV}#g' \          @${SED} -e 's#@MV@#${MV}#g' \
           -e 's#@PREFIX@#${PREFIX}#g' ${PKGDIR}/INSTALL >${INSTALL_FILE}            -e 's#@LOCALBASE@#${LOCALBASE}#g' \
             -e 's#@PREFIX@#${PREFIX}#g' \
             ${PKGDIR}/INSTALL >${INSTALL_FILE}
   
 pre-install:  pre-install:
         ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL          ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
   
 post-install:  post-install:
         cd ${PREFIX}/lib/X11/etc; \          ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
         ${SETENV} TERMINFO=${LOCALBASE}/share/lib/terminfo \  
           /usr/5bin/tic xterm.terminfo  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>