aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-12-26 23:12:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-12-26 23:12:54 +0000
commit567865debb202ad757dcb5458916599c55f1ebef (patch)
tree424cb97bf43b165617dcea92fb2066d57960868c /ports-mgmt
parent23234a55334490bdc9e655800e90c87e8117eb9a (diff)
downloadports-567865debb202ad757dcb5458916599c55f1ebef.tar.gz
ports-567865debb202ad757dcb5458916599c55f1ebef.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 570cb2eca5ab..c1c676097299 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1571,6 +1571,10 @@ CONFIGURE_ENV+= MAKE=${GMAKE}
MAKE_ENV+= CC="${CC}" CXX="${CXX}"
.endif
+.if defined(USE_DOS2UNIX)
+USE_REINPLACE= yes
+.endif
+
.if defined(USE_LOCAL_MK)
.if exists(${DEVELPORTSDIR}/Mk/bsd.local.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.local.mk"
@@ -1580,10 +1584,6 @@ MAKE_ENV+= CC="${CC}" CXX="${CXX}"
.endif
.endif
-.if defined(USE_DOS2UNIX)
-USE_REINPLACE= yes
-.endif
-
.if defined(USE_GCC)
.if exists(${DEVELPORTSDIR}/Mk/bsd.gcc.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.gcc.mk"