Correct a few typos.

This commit is contained in:
Adam Weinberger 2014-07-04 00:58:47 +00:00
parent 38c1ceb675
commit 49fdfda270
2 changed files with 3 additions and 2 deletions

View File

@ -38,8 +38,10 @@ test: build
@(cd ${WRKSRC}/examples && ./${_prog})
.endfor
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= fails to build
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -53,5 +53,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
.endif
.include <bsd.port.post.mk>