[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.383 and 1.384

version 1.383, 2016/04/10 15:08:39 version 1.384, 2016/04/10 15:10:12
Line 418  _USE_DESTDIR=  destdir
Line 418  _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
   
 # This stanza serves to warn the user; deciding to not build  
 # non-DESTDIR-capable packages when not in DESTDIR mode is above.  
 .if ${PKG_DESTDIR_SUPPORT} == "none"  
 WARNINGS+=      "[bsd.prefs.mk] The package ${PKGNAME} is missing 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.383  
changed lines
  Added in v.1.384

CVSweb <webmaster@jp.NetBSD.org>