summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2009-05-23 23:48:44 +0000
committerjoerg <joerg>2009-05-23 23:48:44 +0000
commitf192468c7ec9bff3340becc93c8e36f653f09030 (patch)
tree40ce146ebb37806bfd9c18f659391fddc3a48719 /mk
parent0049e60307e7878da89a371336c44c497ce5f699 (diff)
downloadpkgsrc-f192468c7ec9bff3340becc93c8e36f653f09030.tar.gz
For developer mode, warn about packages without destdir support.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index ba4194057dc..ecef995076e 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.293 2009/05/19 09:33:53 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.294 2009/05/23 23:48:44 joerg Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -399,6 +399,10 @@ _USE_DESTDIR= destdir
PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir''."
.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
# ${DESTDIR}${PREFIX} instead of ${PREFIX} directly.
#