svn commit: r387575 - head/sysutils/vagrant
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 11:23:10 UTC 2015
Author: sunpoet
Date: Wed May 27 11:23:10 2015
New Revision: 387575
URL: https://svnweb.freebsd.org/changeset/ports/387575
Log:
- Remove outdated RUBY_VER check
With hat: ruby
Modified:
head/sysutils/vagrant/Makefile
Modified: head/sysutils/vagrant/Makefile
==============================================================================
--- head/sysutils/vagrant/Makefile Wed May 27 11:23:03 2015 (r387574)
+++ head/sysutils/vagrant/Makefile Wed May 27 11:23:10 2015 (r387575)
@@ -79,10 +79,4 @@ do-build:
post-install:
${RMDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/doc
-.include <bsd.port.pre.mk>
-
-.if (${RUBY_VER} == "1.9")
-IGNORE= not supported with Ruby 1.9, Ruby 2.0 or 2.1 is needed
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list