diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-30 05:41:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-30 05:41:29 +0800 |
commit | 74161965499c953fafce4c26e1cee7cf331c3354 (patch) | |
tree | 6a7d4e16c7bd93ef6074007f543167d28af0cc49 | |
parent | 977580ab4ca627f1a9f7f413bb8d2edb8a778861 (diff) | |
download | freebsd-ports-graphics-74161965499c953fafce4c26e1cee7cf331c3354.tar.gz freebsd-ports-graphics-74161965499c953fafce4c26e1cee7cf331c3354.tar.zst freebsd-ports-graphics-74161965499c953fafce4c26e1cee7cf331c3354.zip |
Fix PORT_OPTIONS conversion
-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 751d43058bb..9bb4625615e 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 |