svn commit: r320319 - head/databases/tokyocabinet

Antoine Brodin antoine at FreeBSD.org
Sun Jun 9 09:17:29 UTC 2013


Author: antoine
Date: Sun Jun  9 09:17:28 2013
New Revision: 320319
URL: http://svnweb.freebsd.org/changeset/ports/320319

Log:
  Unbreak after OPTIONS conversion.

Modified:
  head/databases/tokyocabinet/Makefile

Modified: head/databases/tokyocabinet/Makefile
==============================================================================
--- head/databases/tokyocabinet/Makefile	Sun Jun  9 08:34:26 2013	(r320318)
+++ head/databases/tokyocabinet/Makefile	Sun Jun  9 09:17:28 2013	(r320319)
@@ -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}


More information about the svn-ports-all mailing list