aboutsummaryrefslogtreecommitdiff
path: root/security/quantis
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-06-12 10:30:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-06-12 10:30:11 +0000
commitbdc6871d0c022ba09f50ca4f858a51fa464898aa (patch)
treef2f71a02a64b7dedf8b24d3077bb70d96bb0f2e4 /security/quantis
parent1e8d7c0fa6f5c7e191c4dff3569b2e25c39f79cd (diff)
downloadports-bdc6871d0c022ba09f50ca4f858a51fa464898aa.tar.gz
ports-bdc6871d0c022ba09f50ca4f858a51fa464898aa.zip
Fix typo: s/WITHOUT_/NO/
Notes
Notes: svn path=/head/; revision=256442
Diffstat (limited to 'security/quantis')
-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