grumbl, thx naddy

This commit is contained in:
espie 2013-06-24 19:04:11 +00:00
parent 47f84ed59c
commit 31d6754829

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2013/06/24 16:10:58 espie Exp $
# $OpenBSD: Makefile,v 1.11 2013/06/24 19:04:11 espie Exp $
COMMENT = accessing and converting various ebook file formats
V = 0.2.1
@ -38,7 +38,7 @@ post-install:
@find ${DOCSDIR} -type f -print0 | xargs -0t chmod ${DOCMODE}
.include <bsd.port.mk>
USE_NINJA ? = No
USE_NINJA ?= No
.if ${USE_NINJA:L} == "yes"
BUILD_COMMAND = ${NINJA} ${NINJA_FLAGS}
.else