diff options
author | anders <anders@FreeBSD.org> | 2004-01-27 05:21:10 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2004-01-27 05:21:10 +0800 |
commit | ee7434cf15830666a6def49ec23e90e473b88fd6 (patch) | |
tree | bb7711c1afce428d8f04e29d08542f5525e744bf /net | |
parent | 5c2f41566a2347538bad9898f07ecf262031859c (diff) | |
download | freebsd-ports-gnome-ee7434cf15830666a6def49ec23e90e473b88fd6.tar.gz freebsd-ports-gnome-ee7434cf15830666a6def49ec23e90e473b88fd6.tar.zst freebsd-ports-gnome-ee7434cf15830666a6def49ec23e90e473b88fd6.zip |
Fix build on 5.x.
Submitted by: mi
Diffstat (limited to 'net')
-rw-r--r-- | net/pxe/Makefile | 6 | ||||
-rw-r--r-- | net/pxe/distinfo | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index d70fdd461574..117a775b1e93 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -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 diff --git a/net/pxe/distinfo b/net/pxe/distinfo index 3080f52868bd..7ff416e44dc3 100644 --- a/net/pxe/distinfo +++ b/net/pxe/distinfo @@ -1 +1 @@ -MD5 (pxe-1.4.tar.gz) = 3896cad363f7d19d9e58ef61620e796f +MD5 (pxe-1.4.1.tar.gz) = f438ee1e394540340c00aaa035aecf0b |