Don't override OSVERSION, the bsd.port.pre.mk version will do just fine.

This fixes package builds since OSVERSION is no longer spammed.
This commit is contained in:
Kris Kennaway 2006-09-17 01:11:23 +00:00
parent 5b016186ed
commit 1886942113
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173174

View file

@ -25,7 +25,7 @@ FIRMWARES?= ${RELNAME}-${PORTVERSION}-i.fw:${DRIVERNAME}-i.fw \
${RELNAME}-${PORTVERSION}-p.fw:${DRIVERNAME}-p.fw \
${RELNAME}-${PORTVERSION}.fw:${DRIVERNAME}.fw
OSVERSION!= /sbin/sysctl -n kern.osreldate
.include <bsd.port.pre.mk>
# Dummy OSVERSION for ipw.
MIN7OSVERSION?= 999999
@ -67,8 +67,6 @@ MANCOMPRESSED= yes
IS_INTERACTIVE= yes
.endif
.include <bsd.port.pre.mk>
# That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be
# compiled on FreeBSD previous to 5.3-RELEASE. This is just too old, people
# should move on. I may change this if I get successful reports though.