diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-23 16:00:51 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-23 16:00:51 +0000 |
commit | 38c6edb95e87d8d60b5b003063c02d64d2e3c4f9 (patch) | |
tree | 95063d6df056f5af18396f3898dce8fb6251f0f8 /misc | |
parent | fbb860c03c171cd94f59984ca0f0ba94d3198604 (diff) | |
download | ports-38c6edb95e87d8d60b5b003063c02d64d2e3c4f9.tar.gz ports-38c6edb95e87d8d60b5b003063c02d64d2e3c4f9.zip |
Notes
Diffstat (limited to 'misc')
-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) |