diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 19:35:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 19:35:25 +0800 |
commit | bb5d1bfd036b4428ef11478076527cc9f9cc5f55 (patch) | |
tree | 0ac6f119694d22eb7c39c065b9df3e76bb0467ef | |
parent | a4f37902310ec929fad867dffc2704e6ab58db67 (diff) | |
download | freebsd-ports-gnome-bb5d1bfd036b4428ef11478076527cc9f9cc5f55.tar.gz freebsd-ports-gnome-bb5d1bfd036b4428ef11478076527cc9f9cc5f55.tar.zst freebsd-ports-gnome-bb5d1bfd036b4428ef11478076527cc9f9cc5f55.zip |
- Trim headers
- Remove useless LICENSE_FILE
-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 |