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

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

Diff for /pkgsrc/x11/enlightenment/Makefile between version 1.24 and 1.25

version 1.24, 2000/08/03 21:22:10 version 1.25, 2000/09/03 13:46:08
Line 26  post-install:
Line 26  post-install:
         for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \          for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \
           ${TOUCH} ${PREFIX}/$${FILE}; \            ${TOUCH} ${PREFIX}/$${FILE}; \
         done          done
         find ${PREFIX}/share/enlightenment/themes -type d | \          ${FIND} ${PREFIX}/share/enlightenment/themes -type d | \
         xargs ${CHMOD} ${BINMODE}          xargs ${CHMOD} ${BINMODE}
         find ${PREFIX}/share/enlightenment/themes -type f | \          ${FIND} ${PREFIX}/share/enlightenment/themes -type f | \
         xargs ${CHMOD} ${NONBINMODE}          xargs ${CHMOD} ${NONBINMODE}
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>