diff options
author | kris <kris@FreeBSD.org> | 2006-09-17 09:11:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-17 09:11:23 +0800 |
commit | 341e6839ad34aa4312bb83288abe33484fbbf75f (patch) | |
tree | 47e4902a10cc42425633497c90e34cfd473cb4aa /net/ipw-firmware | |
parent | a5218c2cd7cc9dbd280f73f515314a36c24cc9fb (diff) | |
download | freebsd-ports-graphics-341e6839ad34aa4312bb83288abe33484fbbf75f.tar.gz freebsd-ports-graphics-341e6839ad34aa4312bb83288abe33484fbbf75f.tar.zst freebsd-ports-graphics-341e6839ad34aa4312bb83288abe33484fbbf75f.zip |
Don't override OSVERSION, the bsd.port.pre.mk version will do just fine.
This fixes package builds since OSVERSION is no longer spammed.
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 832946f9d77..3d7ba663bc7 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -25,8 +25,8 @@ 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. |