diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-14 06:38:04 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-14 06:38:04 +0000 |
commit | 1f6f9c77858f76fb141fe21b387176946fe15e20 (patch) | |
tree | 7e900b528a975f894b1022108a4286b111d68fb8 | |
parent | update to Version 0.002 (diff) |
respect PREFIX.
gzip xmindpath.1 unconditionally. (I believe we must do some more thing)
Notes
Notes:
svn path=/head/; revision=13104
-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 778be41b7cf8..d4629ab25a5f 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 \ |