svn commit: r355900 - in head/lang: ruby20 ruby21

Steve Wills swills at FreeBSD.org
Fri May 30 19:20:25 UTC 2014


Author: swills
Date: Fri May 30 19:20:24 2014
New Revision: 355900
URL: http://svnweb.freebsd.org/changeset/ports/355900
QAT: https://qat.redports.org/buildarchive/r355900/

Log:
  - Remove uneeded include of bsd.port.options.mk
  
  Reported by:	antoine
  Pointyhat to:	swills

Modified:
  head/lang/ruby20/Makefile
  head/lang/ruby21/Makefile

Modified: head/lang/ruby20/Makefile
==============================================================================
--- head/lang/ruby20/Makefile	Fri May 30 19:12:49 2014	(r355899)
+++ head/lang/ruby20/Makefile	Fri May 30 19:20:24 2014	(r355900)
@@ -56,8 +56,6 @@ EDIT_DESC=		Which line editing lib to us
 LIBEDIT_DESC=		Use libedit
 READLINE_DESC=		Use libreadline
 
-.include <bsd.port.options.mk>
-
 USES=		tar:bzip2
 
 .include <bsd.port.pre.mk>

Modified: head/lang/ruby21/Makefile
==============================================================================
--- head/lang/ruby21/Makefile	Fri May 30 19:12:49 2014	(r355899)
+++ head/lang/ruby21/Makefile	Fri May 30 19:20:24 2014	(r355900)
@@ -56,8 +56,6 @@ EDIT_DESC=		Which line editing lib to us
 LIBEDIT_DESC=		Use libedit
 READLINE_DESC=		Use libreadline
 
-.include <bsd.port.options.mk>
-
 USES=		tar:bzip2
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list