diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/dpsearch/Makefile | 2 |
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 |