svn commit: r321713 - head/www/dpsearch

Antoine Brodin antoine at FreeBSD.org
Mon Jun 24 20:16:33 UTC 2013


Author: antoine
Date: Mon Jun 24 20:16:33 2013
New Revision: 321713
URL: http://svnweb.freebsd.org/changeset/ports/321713

Log:
  Unbreak after PORT_OPTIONS conversion

Modified:
  head/www/dpsearch/Makefile

Modified: head/www/dpsearch/Makefile
==============================================================================
--- head/www/dpsearch/Makefile	Mon Jun 24 20:02:41 2013	(r321712)
+++ head/www/dpsearch/Makefile	Mon Jun 24 20:16:33 2013	(r321713)
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+=	--with-sqlite=${LOCALBA
 .endif
 
 post-extract:
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-doc_Makefile.in
 .endif
 


More information about the svn-ports-all mailing list