1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Use OSVERSION check instead of exists().

Pointed out by:		kris
This commit is contained in:
Kirill Ponomarev 2004-10-13 22:00:05 +00:00
parent 74565720cf
commit 1820719998
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119316

View File

@ -23,12 +23,12 @@ MAN4= ng_netflow.4
MAN8= flowctl.8
MANCOMPRESSED= yes
.if exists(/usr/sbin/flowctl)
IGNORE= "already exists in base"
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600003
IGNORE= "already exists in base system"
.endif
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)