diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-03-17 23:22:13 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-03-17 23:22:13 +0000 |
commit | ac39221672c3c391a6c127d2fcc67a1fe3d4512e (patch) | |
tree | de7ec01912bcb217296d86bd4fad9fd5b211f0cf /misc/magicpoint/Makefile | |
parent | 7534bc4462725b61b62a62d09f6b0c18686624b9 (diff) | |
download | ports-ac39221672c3c391a6c127d2fcc67a1fe3d4512e.tar.gz ports-ac39221672c3c391a6c127d2fcc67a1fe3d4512e.zip |
Notes
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r-- | misc/magicpoint/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 38209faef27b..df665e2c9872 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -90,21 +90,11 @@ post-configure: post-build: (cd ${WRKSRC}/contrib/xmindpath; make) -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 - (cd ${WRKSRC}/contrib/xmindpath; \ - ${RM} -f xmindpath.1.html xmindpath-1.html; \ - ${X11BASE}/bin/rman -f HTML < xmindpath.1 > xmindpath-1.html && \ - ${MV} -f xmindpath-1.html xmindpath.1.html) -.endif # NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: (cd ${WRKSRC}/contrib/xmindpath; make install) ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1 -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 - (cd ${WRKSRC}/contrib/xmindpath; \ - ${INSTALL_MAN} xmindpath.1.html ${PREFIX}/lib/X11/doc/html) -.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mgp for i in $(DOCS); do \ |