svn commit: r328113 - head/benchmarks/siege

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 11:28:51 UTC 2013


Author: bapt
Date: Tue Sep 24 11:28:50 2013
New Revision: 328113
URL: http://svnweb.freebsd.org/changeset/ports/328113

Log:
  Remove useless shebangfix

Modified:
  head/benchmarks/siege/Makefile

Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile	Tue Sep 24 11:26:40 2013	(r328112)
+++ head/benchmarks/siege/Makefile	Tue Sep 24 11:28:50 2013	(r328113)
@@ -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}/
 


More information about the svn-ports-head mailing list