diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-07-06 09:04:54 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-07-06 09:04:54 +0000 |
commit | 57439975c209fc4e7a471a0c0ca39c5624e49312 (patch) | |
tree | 7f1baa50dbcb166682ae6be27b97ff5945dd12aa /www/flood/Makefile | |
parent | 2b14975a72590fd2bad663187fe36399fba76813 (diff) | |
download | ports-57439975c209fc4e7a471a0c0ca39c5624e49312.tar.gz ports-57439975c209fc4e7a471a0c0ca39c5624e49312.zip |
Notes
Diffstat (limited to 'www/flood/Makefile')
-rw-r--r-- | www/flood/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index b1ff4c5c1854..a8ecf6694010 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: flood -# Date created: 8 Jan 2003 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= flood PORTVERSION= 0.20041105 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= httpd-test_20041105052051 @@ -24,8 +19,7 @@ CONFIGURE_ARGS= --disable-shared \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config LDFLAGS+= -L${PREFIX}/lib -USE_GMAKE= yes -USES= iconv +USES= gmake iconv EX_SCRIPTS= analyze-relative analyze-relative-ramp EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \ |