diff options
Diffstat (limited to 'benchmarks/siege/Makefile')
-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}/ |