diff options
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index dcc6b18361c7..f48bed237f1f 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -54,7 +54,7 @@ post-install: (cd ${WRKSRC}/contrib/xmindpath; make install) ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1 .if ${XFREE86_VERSION} == 4 - (cd ${WRKSRC}/contrib/xmindpath; + (cd ${WRKSRC}/contrib/xmindpath; \ ${INSTALL_MAN} xmindpath.1.html ${PREFIX}/lib/X11/doc/html) .endif .if !defined(NOPORTDOCS) |