diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-12 10:30:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-12 10:30:11 +0000 |
commit | bdc6871d0c022ba09f50ca4f858a51fa464898aa (patch) | |
tree | f2f71a02a64b7dedf8b24d3077bb70d96bb0f2e4 /security/quantis | |
parent | 1e8d7c0fa6f5c7e191c4dff3569b2e25c39f79cd (diff) |
Notes
Diffstat (limited to 'security/quantis')
-rw-r--r-- | security/quantis/Makefile | 4 |
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 |