diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:27:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:27:15 +0000 |
commit | c4ee2dcca70a23a987d944852bc91f1141d3755e (patch) | |
tree | e3b66aad487cf2e3da22dc314498dfab1a1ca545 /www | |
parent | c9330389abf64b85534aab597b919413d81e70d7 (diff) | |
download | ports-c4ee2dcca70a23a987d944852bc91f1141d3755e.tar.gz ports-c4ee2dcca70a23a987d944852bc91f1141d3755e.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/flood/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 43d4d56e98bf..be71965313c1 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -32,12 +32,6 @@ 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} @@ -57,4 +51,4 @@ ANONCVS= cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic maint-checkout: ${ANONCVS} co httpd-test/flood -.include <bsd.port.post.mk> +.include <bsd.port.mk> |