diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 23:45:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 23:45:08 +0800 |
commit | 87efcee5d8bbe6b29ef5e9dda99aba54cfb45937 (patch) | |
tree | 0b7989daf86818e1cf900331c22b865bcdf604f5 | |
parent | 73b1bf093dcddd98ea62afd9b29ecad16ee084b0 (diff) | |
download | freebsd-ports-gnome-87efcee5d8bbe6b29ef5e9dda99aba54cfb45937.tar.gz freebsd-ports-gnome-87efcee5d8bbe6b29ef5e9dda99aba54cfb45937.tar.zst freebsd-ports-gnome-87efcee5d8bbe6b29ef5e9dda99aba54cfb45937.zip |
Mark USE_DOS2UNIX as deprecated
-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 |