mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Drop support for old versions
This commit is contained in:
parent
f056e9e71e
commit
dbee873e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314890
1 changed files with 1 additions and 9 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: devcpu-data
|
# Created by: stas
|
||||||
# Date created: 2007-07-19
|
|
||||||
# Whom: stas
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= data
|
PORTNAME= data
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
|
@ -23,11 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 701102
|
|
||||||
DATADIR= ${PREFIX}/share/cpucontrol
|
DATADIR= ${PREFIX}/share/cpucontrol
|
||||||
.else
|
|
||||||
DATADIR= ${PREFIX}/share/devcpu
|
|
||||||
.endif
|
|
||||||
|
|
||||||
USE_RC_SUBR= microcode_update
|
USE_RC_SUBR= microcode_update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue