diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-28 12:20:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-28 12:20:03 +0000 |
commit | 0ef3cbe80a079448cc5ddfba7dd0a67798263673 (patch) | |
tree | ef66d057d133ec487bdcf0114d918b6bd43bd7e4 /Mk | |
parent | 3dfd43f2197955adf86c01328c7adc3b3b1d04a1 (diff) | |
download | ports-0ef3cbe80a079448cc5ddfba7dd0a67798263673.tar.gz ports-0ef3cbe80a079448cc5ddfba7dd0a67798263673.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8a7a389acbdf..2ba61643b274 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -712,7 +712,7 @@ PKGDIR?= ${MASTERDIR} # Special macro for doing in-place file editing using regexps .if defined(USE_REINPLACE) REINPLACE_ARGS?= -i.bak -.if ${OSVERSION} <= 500033 +.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500034 ) BUILD_DEPENDS+= ${LOCALBASE}/bin/sed_inplace:${PORTSDIR}/textproc/sed_inplace REINPLACE_CMD?= ${LOCALBASE}/bin/sed_inplace ${REINPLACE_ARGS} .else |