aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-13 17:14:34 +0800
committerkris <kris@FreeBSD.org>2004-05-13 17:14:34 +0800
commit7e713d7bc2dd3f09a9d45d7e9971ba61b5ace302 (patch)
tree2e059766c451ad6b6560b9d34fcc083e10afa05f /www
parent37b41c8ef3820c93483ed1d4d35bf92f7d4dfc94 (diff)
downloadfreebsd-ports-gnome-7e713d7bc2dd3f09a9d45d7e9971ba61b5ace302.tar.gz
freebsd-ports-gnome-7e713d7bc2dd3f09a9d45d7e9971ba61b5ace302.tar.zst
freebsd-ports-gnome-7e713d7bc2dd3f09a9d45d7e9971ba61b5ace302.zip
BROKEN on 5.x: Does not build
Diffstat (limited to 'www')
-rw-r--r--www/flood/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile
index e90b41782c44..95af6c4e6e14 100644
--- a/www/flood/Makefile
+++ b/www/flood/Makefile
@@ -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>