svn commit: r301334 - head/www/mod_spdy

Steve Wills swills at FreeBSD.org
Sun Jul 22 14:08:28 UTC 2012


Author: swills
Date: Sun Jul 22 14:08:28 2012
New Revision: 301334
URL: http://svn.freebsd.org/changeset/ports/301334

Log:
  - Avoid leftover file
  
  Reported by:	pointyhat via beat

Modified:
  head/www/mod_spdy/Makefile   (contents, props changed)

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Sun Jul 22 14:07:03 2012	(r301333)
+++ head/www/mod_spdy/Makefile	Sun Jul 22 14:08:28 2012	(r301334)
@@ -32,6 +32,7 @@ USE_APACHE=	22+
 USE_PYTHON=	2.6+
 USE_GMAKE=	yes
 ONLY_FOR_ARCHS=	amd64 i386
+REINPLACE_ARGS=	-i ""
 LDFLAGS+=	-L${LOCALBASE}/lib
 WRKSRC=		${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
 GYP_DEFINES+=	\



More information about the svn-ports-head mailing list