aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 05:56:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 05:56:35 +0000
commitcf099c77fa91d51ada2a4384e8765d9fd06acab3 (patch)
tree5e4565f93a0d1185f039cd8526ef6a8bf342699e /Mk/bsd.sanity.mk
parent785d744f1fd001d74df979302d1f28a7855b50c4 (diff)
downloadports-cf099c77fa91d51ada2a4384e8765d9fd06acab3.tar.gz
ports-cf099c77fa91d51ada2a4384e8765d9fd06acab3.zip
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 43fbfa909fba..d1a1842c853a 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -96,6 +96,14 @@ DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for detai
DEV_WARNING+= "USE_TCL and USE_TK are deprecated, please use USES=tcl or USES=tk"
.endif
+.if !defined(NO_STAGE) && defined(_MANPAGES)
+DEV_WARNING+= "MAN* macros are deprecated when using stage directory"
+.endif
+
+.if !defined(NO_STAGE) && defined(_MLINKS)
+DEV_WARNING+= "MLINKS* macros are deprecated when using stage directory"
+.endif
+
.if defined(_PREMKINCLUDED)
DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice"
.endif