Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 13:17:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475569 - head/devel/rubygem-fugit
Message-ID:  <201807281317.w6SDHpiJ008191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 28 13:17:51 2018
New Revision: 475569
URL: https://svnweb.freebsd.org/changeset/ports/475569

Log:
  Disable rdoc generation
  
  PR:		228350
  Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/rubygem-fugit/Makefile

Modified: head/devel/rubygem-fugit/Makefile
==============================================================================
--- head/devel/rubygem-fugit/Makefile	Sat Jul 28 13:17:46 2018	(r475568)
+++ head/devel/rubygem-fugit/Makefile	Sat Jul 28 13:17:51 2018	(r475569)
@@ -19,4 +19,7 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
+# Disable rdoc
+OPTIONS_EXCLUDE=DOCS
+
 .include <bsd.port.mk>



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