diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
commit | 52e8b487f6dc73b0d0baafc955c59e83ab33c41a (patch) | |
tree | 167ee4bd8c4cd737246cf4e2c40f36e42042084e /x11-toolkits/qwt5 | |
parent | dbe27c5fd4471209e8b77eecbae08f3a2ad57040 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qwt5')
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index 9d16adf72124..c0736a675884 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -35,7 +35,7 @@ post-install: ${MKDIR} ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3 ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif |