svn commit: r400052 - head/www/webstone-ssl

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 23 20:12:16 UTC 2015


Author: amdmi3
Date: Fri Oct 23 20:12:14 2015
New Revision: 400052
URL: https://svnweb.freebsd.org/changeset/ports/400052

Log:
  - Remove unneeded reinplace: now this is done by shebangfix by default

Modified:
  head/www/webstone-ssl/Makefile

Modified: head/www/webstone-ssl/Makefile
==============================================================================
--- head/www/webstone-ssl/Makefile	Fri Oct 23 19:12:27 2015	(r400051)
+++ head/www/webstone-ssl/Makefile	Fri Oct 23 20:12:14 2015	(r400052)
@@ -30,9 +30,6 @@ MAKE_JOBS_UNSAFE=	yes
 CPPFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
-post-patch:
-	@${REINPLACE_CMD} -i '' -e 's|/bin/perl|${perl_CMD}|' ${WRKSRC}/bin/WebStone-common.pl
-
 pre-configure:
 	@${RM} -f ${WRKSRC}/src/config.cache
 


More information about the svn-ports-head mailing list