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

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

Diff for /pkgsrc/x11/eterm/Makefile between version 1.4 and 1.5

version 1.4, 1999/10/28 00:31:57 version 1.5, 2000/02/16 10:35:56
Line 23  USE_X11BASE=  yes
Line 23  USE_X11BASE=  yes
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   
   .include "../../mk/bsd.prefs.mk"
   
   pre-build:
           @if ${PKG_INFO} -qe 'eterm<0.8.9'; then                         \
                   ${ECHO} "**** An older version of Eterm is installed";  \
                   ${ECHO} "**** ${PKGNAME} cannot be built with it installed."; \
                   ${ECHO} "**** Please delete it before building";        \
                   ${ECHO} "**** or use \"${MAKE} update\".";              \
                   ${FALSE};                                               \
           fi
   
 post-extract:  post-extract:
         ${LN} -sf ${WRKSRC} ${WRKDIR}/Eterm          ${LN} -sf ${WRKSRC} ${WRKDIR}/Eterm
 .for FILE in ${PIXMAP_FILES}          cd ${WRKDIR};                                                   \
         cd ${WRKDIR}; ${PAX} -zrf ${DISTDIR}/${FILE}          for f in ${PIXMAP_FILES}; do                                    \
 .endfor                  ${GZCAT} ${DISTDIR}/$$f | ${PAX} -r;                    \
           done
   
   .if ${OPSYS} == "NetBSD"
 post-install:  post-install:
         # Make Eterm setuid root so that utmp logging functions correctly.          # Make Eterm setuid root so that utmp logging functions correctly.
         #          #
         ${CHOWN} 0 ${PREFIX}/bin/Eterm          ${CHOWN} 0 ${PREFIX}/bin/Eterm
         ${CHMOD} 4711 ${PREFIX}/bin/Eterm          ${CHMOD} 4711 ${PREFIX}/bin/Eterm
   .endif
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>