- Remove outdated RUBY_VER check
With hat: ruby
This commit is contained in:
parent
5af609f8fb
commit
96f273b0c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387575
1 changed files with 1 additions and 7 deletions
|
@ -79,10 +79,4 @@ do-build:
|
||||||
post-install:
|
post-install:
|
||||||
${RMDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/doc
|
${RMDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/doc
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.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>
|
|
||||||
|
|
Loading…
Reference in a new issue