summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-09-07 00:40:50 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-09-07 00:40:50 +0000
commita0b1cd7281fc1687d3da7388de9e5f3cffad3b45 (patch)
tree881a64c302dee51502accaea180348e0e6e151ce /misc/magicpoint/Makefile
parentuse stable mysql port mysql321 (diff)
fix "make install" breakage.
notified by: Tim Vanderhoek <ac199@hwcn.org>
Notes
Notes: svn path=/head/; revision=13038
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 2b61c0bf644d..778be41b7cf8 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.3 1998/04/07 22:43:37 itojun Exp $
+# $Id: Makefile,v 1.4 1998/09/06 13:48:20 itojun Exp $
#
DISTNAME= magicpoint-1.04a
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-vflib
post-configure:
- (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${X11BASE})
+ (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX})
post-build:
(cd ${WRKSRC}/contrib/xmindpath; make)
@@ -45,7 +45,7 @@ SAMPLES= README README.jp cloud.gif dad.eps dad.gif default.mgp \
post-install:
(cd ${WRKSRC}/contrib/xmindpath; make install)
-.if ${MANCOMPRESSED} == yes
+.if !defined(NOMANCOMPRESS)
# why do we need this?
${GZIP_CMD} ${PREFIX}/man/man1/xmindpath.1
.endif