Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 11:58:36 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510938 - head/devel/rubygem-io-like
Message-ID:  <201909031158.x83BwaIc076659@repo.freebsd.org>

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



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