svn commit: r475569 - head/devel/rubygem-fugit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 28 13:17:52 UTC 2018
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 at 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>
More information about the svn-ports-all
mailing list