Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 20:12:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400052 - head/www/webstone-ssl
Message-ID:  <201510232012.t9NKCERb098728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510232012.t9NKCERb098728>