mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build on 5.x.
Submitted by: mi
This commit is contained in:
parent
d96d74beb1
commit
16a1765fe9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99226
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pxe
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
||||
@ -23,10 +23,6 @@ DOCS= Changes INSTALL LICENCE README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/
|
||||
${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pxe-1.4.tar.gz) = 3896cad363f7d19d9e58ef61620e796f
|
||||
MD5 (pxe-1.4.1.tar.gz) = f438ee1e394540340c00aaa035aecf0b
|
||||
|
Loading…
Reference in New Issue
Block a user