aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-06-12 18:30:11 +0800
committerale <ale@FreeBSD.org>2010-06-12 18:30:11 +0800
commitcb1256ff794e97ff047fa00086847fbe0c74720c (patch)
treec8048676c94aa51df531539c3a78643f3566190a /security
parentbe09dd7d9d9df6d65cac088da88dbab2a4f2b7b5 (diff)
downloadfreebsd-ports-gnome-cb1256ff794e97ff047fa00086847fbe0c74720c.tar.gz
freebsd-ports-gnome-cb1256ff794e97ff047fa00086847fbe0c74720c.tar.zst
freebsd-ports-gnome-cb1256ff794e97ff047fa00086847fbe0c74720c.zip
Fix typo: s/WITHOUT_/NO/
Diffstat (limited to 'security')
-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