diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-29 21:41:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-29 21:41:29 +0000 |
commit | f18de7b482be7a12c63636811c5e58081ae31112 (patch) | |
tree | 6a7d4e16c7bd93ef6074007f543167d28af0cc49 /math/fityk | |
parent | 68f5ac5315ccb2013db9224e2fe0f5d33dd75498 (diff) |
Fix PORT_OPTIONS conversion
Notes
Notes:
svn path=/head/; revision=322064
Diffstat (limited to 'math/fityk')
-rw-r--r-- | math/fityk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 751d43058bb4..9bb4625615ef 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -67,7 +67,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/fityk.1 ${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv.1 ${MANPREFIX}/man/man1 -.if defined(PORT_OPTIONS:MDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR}) .endif |