diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 17:29:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 17:29:50 +0800 |
commit | 274a6e8578bfa4bf871c8b6ffa46d6a245d6cfc2 (patch) | |
tree | dc17aaa2909b6c12c4e1d8603a7ce1e7c76298f0 /Mk | |
parent | 7dcd1a763487d49074d59f3a31bd151284134ebd (diff) | |
download | freebsd-ports-gnome-274a6e8578bfa4bf871c8b6ffa46d6a245d6cfc2.tar.gz freebsd-ports-gnome-274a6e8578bfa4bf871c8b6ffa46d6a245d6cfc2.tar.zst freebsd-ports-gnome-274a6e8578bfa4bf871c8b6ffa46d6a245d6cfc2.zip |
Drop compatibility code for USE_DOS2UNIX
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 13 | ||||
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index fbc798738dc8..8b9c2dee04cc 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1527,19 +1527,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg USES+= gmake .endif -.if defined(USE_DOS2UNIX) -.if ${USE_DOS2UNIX:tu}=="YES" -DOS2UNIX_REGEX?= .* -.else -.if ${USE_DOS2UNIX:M*/*} -DOS2UNIX_FILES+= ${USE_DOS2UNIX} -.else -DOS2UNIX_GLOB+= ${USE_DOS2UNIX} -.endif -.endif -USES+= dos2unix -.endif - .if !defined(UID) UID!= ${ID} -u .endif diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 02e0febf474e..7b471a32e1bb 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -91,7 +91,7 @@ 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" +DEV_ERROR+= "USE_DOS2UNIX is no longer supported, please use USES=dos2unix" .endif .if defined(LICENSE) |