diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-09 09:17:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-09 09:17:28 +0000 |
commit | d87944410c4a316b0a3b0349a1c6893835778f16 (patch) | |
tree | 667e69d6fc362f41a6c04c6595be369f5ba15f13 /databases/tokyocabinet/Makefile | |
parent | 613d959f43c69cd13a7d2f52ea50beb9dc61059b (diff) | |
download | ports-d87944410c4a316b0a3b0349a1c6893835778f16.tar.gz ports-d87944410c4a316b0a3b0349a1c6893835778f16.zip |
Notes
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r-- | databases/tokyocabinet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index ea5ec0862e55..3b835456244a 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -42,8 +42,9 @@ UYIELD_DESC= Detecting race conditions .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in PORTDOCS= * +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif .if ${PORT_OPTIONS:MDEBUG} |