diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 11:28:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 11:28:50 +0000 |
commit | 26b962df3a84d1c855e1984871ea4617b8d9064e (patch) | |
tree | ea0c279389ce4c114f0bc89880f9c2fe449bc04a /benchmarks | |
parent | 2dc2d7a15eaab79a4d44f1c09c2d44d69c4ac8bd (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/siege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 19a25a7dc905..bd4eb680ca49 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -15,12 +15,11 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= perl5 shebangfix -SHEBANG_FILES= utils/siege2csv.pl +USES= perl5 CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared -do-install: +post-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/doc/siegerc ${STAGEDIR}${DATADIR}/ |