summaryrefslogtreecommitdiff
path: root/www/dpsearch
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-06-24 20:16:33 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-06-24 20:16:33 +0000
commit151114b999e67aecb8d62651601677059d38fa80 (patch)
treea7e0467adce3540599bc1f4922d954ae9d8dcc1d /www/dpsearch
parent- Update to 1.05. (diff)
Unbreak after PORT_OPTIONS conversion
Notes
Notes: svn path=/head/; revision=321713
Diffstat (limited to 'www/dpsearch')
-rw-r--r--www/dpsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index f01cead6a9e6..d099e4eabfc8 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
.endif
post-extract:
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-doc_Makefile.in
.endif