svn commit: r388681 - head/lang/pypy

David Naylor dbn at FreeBSD.org
Sat Jun 6 19:40:07 UTC 2015


Author: dbn
Date: Sat Jun  6 19:40:06 2015
New Revision: 388681
URL: https://svnweb.freebsd.org/changeset/ports/388681

Log:
  lang/pypy: unbreak port due to missing space in '@comment'.
  
  PR:		200658
  Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>

Modified:
  head/lang/pypy/Makefile

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Sat Jun  6 19:15:55 2015	(r388680)
+++ head/lang/pypy/Makefile	Sat Jun  6 19:40:06 2015	(r388681)
@@ -38,7 +38,7 @@ OPTIONS_DEFAULT+=	PYPY_MINMEM
 .endif
 
 # Disable CFFI compilation and shared libraries temporarily
-PLIST_SUB+=	CFFI="@comment"
+PLIST_SUB+=	CFFI="@comment "
 
 CONFLICTS_INSTALL=	pypy-[0-9]*
 


More information about the svn-ports-all mailing list