summaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-04-15 15:51:36 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-04-15 15:51:36 +0000
commit25a26ebfe9bbc7eabaa9fdcd51c8f16bf0d521a4 (patch)
treef08eba71d394106da8e138e7669335fc4b1271fe /Mk/bsd.sanity.mk
parentRework change from r383665 for CATEGORY validation so it does not show a (diff)
The CATEGORY warning should be dev-only.
PR: 199464 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Notes
Notes: svn path=/head/; revision=384059
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index e965a117c7d4..d28b59394718 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -20,7 +20,7 @@ WARNING+= "WITH_KMS was removed and has no effect"
DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives"
.endif
.else
-WARNING+= "Not validating first entry in CATEGORIES due to being outside of PORTSDIR. Please ensure this is proper when committing."
+DEV_WARNING+= "Not validating first entry in CATEGORIES due to being outside of PORTSDIR. Please ensure this is proper when committing."
.endif
#.if defined(WITHOUT_X11)