aboutsummaryrefslogtreecommitdiffstats
path: root/misc/magicpoint
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1998-09-14 14:38:04 +0800
committeritojun <itojun@FreeBSD.org>1998-09-14 14:38:04 +0800
commit843981d50f2c405926a56dd0a2f8953d6e7ee366 (patch)
treed109daf17243be42b9cc4137df985386b98e3b1d /misc/magicpoint
parentb50b8e1472ba84825286671801b38308318fe55a (diff)
downloadfreebsd-ports-gnome-843981d50f2c405926a56dd0a2f8953d6e7ee366.tar.gz
freebsd-ports-gnome-843981d50f2c405926a56dd0a2f8953d6e7ee366.tar.zst
freebsd-ports-gnome-843981d50f2c405926a56dd0a2f8953d6e7ee366.zip
respect PREFIX.
gzip xmindpath.1 unconditionally. (I believe we must do some more thing)
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile6
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 \