[BACK]Return to bsd.prefs.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

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

Diff for /pkgsrc/mk/bsd.prefs.mk between version 1.293 and 1.294

version 1.293, 2009/05/19 09:33:53 version 1.294, 2009/05/23 23:48:44
Line 399  _USE_DESTDIR=  destdir
Line 399  _USE_DESTDIR=  destdir
 PKG_FAIL_REASON+=       "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''."  PKG_FAIL_REASON+=       "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''."
 .endif  .endif
   
   .if defined(PKG_DEVELOPER) && empty(PKG_DESTDIR_SUPPORT)
   WARNINGS+=      "[bsd.prefs.mk] The package ${PKGNAME} misses DESTDIR support."
   .endif
   
 # When using staged installation, everything gets installed into  # When using staged installation, everything gets installed into
 # ${DESTDIR}${PREFIX} instead of ${PREFIX} directly.  # ${DESTDIR}${PREFIX} instead of ${PREFIX} directly.
 #  #

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294

CVSweb <webmaster@jp.NetBSD.org>