mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
This commit is contained in:
parent
6143a6c87a
commit
726eb6e2be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118426
@ -25,4 +25,10 @@ USE_RUBY_EXTCONF= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Configure fails on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -26,6 +26,12 @@ WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
|
||||
|
||||
DOCS= AUTHORS README docs/*.rd doc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Configure fails on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
@ -34,4 +40,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user