svn commit: r510938 - head/devel/rubygem-io-like

TAKATSU Tomonari tota at FreeBSD.org
Tue Sep 3 11:58:37 UTC 2019


Author: tota
Date: Tue Sep  3 11:58:36 2019
New Revision: 510938
URL: https://svnweb.freebsd.org/changeset/ports/510938

Log:
  - Add missing quotes
  
  Reported by:	pkg-fallout

Modified:
  head/devel/rubygem-io-like/Makefile   (contents, props changed)

Modified: head/devel/rubygem-io-like/Makefile
==============================================================================
--- head/devel/rubygem-io-like/Makefile	Tue Sep  3 11:49:43 2019	(r510937)
+++ head/devel/rubygem-io-like/Makefile	Tue Sep  3 11:58:36 2019	(r510938)
@@ -59,7 +59,7 @@ WRKSRC=	${WRKDIR}/${PORTNAME}-ruby-1.9-temp
 OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	rubygem-allison>=0:devel/rubygem-allison
-DOCS_VARS=		RUBYGEM_ARGS+=--document rdoc,ri
+DOCS_VARS=		RUBYGEM_ARGS+="--document rdoc,ri"
 DOCS_VARS_OFF=		RUBYGEM_ARGS+=--no-document
 
 post-patch:


More information about the svn-ports-all mailing list