aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 15:45:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 15:45:08 +0000
commit93604d05831dd3ca75bb335fabf60b66560d02ff (patch)
tree0b7989daf86818e1cf900331c22b865bcdf604f5 /Mk/bsd.sanity.mk
parentb336093175605946d465acf58cf6b3ff05ee0068 (diff)
downloadports-93604d05831dd3ca75bb335fabf60b66560d02ff.tar.gz
ports-93604d05831dd3ca75bb335fabf60b66560d02ff.zip
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 66aa9860023c..8ca6fdf58d18 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -127,3 +127,7 @@ DEV_WARNING+= "PYDISTUTILS_AUTOPLIST features Python 3.x support, PYTHON_PY3K_PL
.if defined(_PREMKINCLUDED)
DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice"
.endif
+
+.if defined(USE_DOS2UNIX)
+DEV_WARNING+= "USE_DOS2UNIX is deprecated, please use USES=dos2unix"
+.endif