diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 11:35:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 11:35:25 +0000 |
commit | e94cd987cf22154caf1ca9ea0c8086f02a80189b (patch) | |
tree | 0ac6f119694d22eb7c39c065b9df3e76bb0467ef /benchmarks | |
parent | 80499cb6b80b4b19f3ddc95c580c1c60d9978ae9 (diff) | |
download | ports-e94cd987cf22154caf1ca9ea0c8086f02a80189b.tar.gz ports-e94cd987cf22154caf1ca9ea0c8086f02a80189b.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/siege/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 5ec8faf79dfb..718cccafae58 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: siege -# Date created: Jun 2, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= siege PORTVERSION= 2.70 @@ -15,7 +11,6 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= A http regression testing and benchmarking utility LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_OPENSSL= yes |