diff options
-rw-r--r-- | misc/magicpoint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 778be41b7cf..d4629ab25a5 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.4 1998/09/06 13:48:20 itojun Exp $ +# $Id: Makefile,v 1.5 1998/09/07 00:40:50 itojun Exp $ # DISTNAME= magicpoint-1.04a @@ -43,12 +43,10 @@ SAMPLES= README README.jp cloud.gif dad.eps dad.gif default.mgp \ sendmail6.mgp tutorial-jp.mgp tutorial.mgp v6-jp.mgp \ v6.mgp v6header.eps v6header.gif +# NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: (cd ${WRKSRC}/contrib/xmindpath; make install) -.if !defined(NOMANCOMPRESS) - # why do we need this? ${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1 -.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mgp for i in $(DOCS); do \ |