Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 09:17:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320319 - head/databases/tokyocabinet
Message-ID:  <201306090917.r599HSGk041765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306090917.r599HSGk041765>