1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Ok, maybe I'll do something right today. Revert the logic.

This commit is contained in:
Florent Thoumie 2006-01-17 14:29:42 +00:00
parent 9a34c3cba0
commit e122dacb01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153742

View File

@ -34,9 +34,9 @@ LOCAL_PREFIXES= ${PREFIX}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/bsd.ldconfig.mk"
.if ${OSVERSION} < 504105 || \
.if !(${OSVERSION} < 504105 || \
(${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \
(${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
(${OSVERSION} >= 600000 && ${OSVERSION} < 600104))
IGNORE= isn't needed (part of base rc.d)
.endif