diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 21:45:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 21:45:37 +0000 |
commit | a843b3471396df27e28e32af6a160d51f9f218c4 (patch) | |
tree | 8e92b92fbf52d2172fcc98a3a43889181b6d390a /net/pxe | |
parent | 46df51924447c9b60b364ae0bb4d41b5ef1de4a5 (diff) | |
download | ports-a843b3471396df27e28e32af6a160d51f9f218c4.tar.gz ports-a843b3471396df27e28e32af6a160d51f9f218c4.zip |
Notes
Diffstat (limited to 'net/pxe')
-rw-r--r-- | net/pxe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index 79994ef98873..d70fdd461574 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -21,6 +21,12 @@ CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \ 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 @@ -31,4 +37,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |