1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Don't include bsd.port.pre.mk twice

Pointy hat to:	swills
Reported by:	pavmail
This commit is contained in:
Steve Wills 2011-07-07 00:50:25 +00:00
parent 5e5c7ca126
commit 9a3fe9a357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277202

View File

@ -23,6 +23,9 @@ INSTALL_TARGET= site-install
DOCS= ${RUBY_RD_HTML_FILES}
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
post-install: doc-install
@ -34,8 +37,4 @@ doc-install:
.endfor
.endif
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>