diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 15:45:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 15:45:08 +0000 |
commit | 93604d05831dd3ca75bb335fabf60b66560d02ff (patch) | |
tree | 0b7989daf86818e1cf900331c22b865bcdf604f5 /Mk/bsd.sanity.mk | |
parent | b336093175605946d465acf58cf6b3ff05ee0068 (diff) | |
download | ports-93604d05831dd3ca75bb335fabf60b66560d02ff.tar.gz ports-93604d05831dd3ca75bb335fabf60b66560d02ff.zip |
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 4 |
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 |