1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

BROKEN on 5.x: Does not build

This commit is contained in:
Kris Kennaway 2004-05-13 09:14:34 +00:00
parent da4975035e
commit 284c786a13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109066

View File

@ -31,6 +31,12 @@ EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \
round-robin-relative-reports.xml round-robin-ssl.xml \
round-robin-timed.xml round-robin.xml
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 502111
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif
post-install:
@${MKDIR} ${EXAMPLESDIR}
.for f in ${EX_SCRIPTS}
@ -50,4 +56,4 @@ ANONCVS= cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
maint-checkout:
${ANONCVS} co httpd-test/flood
.include <bsd.port.mk>
.include <bsd.port.post.mk>