aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/quantis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile
index 68a5548de105..7a6a6f63374d 100644
--- a/security/quantis/Makefile
+++ b/security/quantis/Makefile
@@ -97,12 +97,12 @@ post-patch:
${WRKSRC}/CMake/CompilersFlags.cmake
post-install:
-.if !defined(WITHOUT_PORTDOCS)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../*.txt ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${DOCSDIR}
.endif
-.if !defined(WITHOUT_PORTEXAMPLES)
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.if defined(WITH_USB) && ${OSVERSION} >= 801000