summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1998-09-07 00:40:50 +0000
committeritojun <itojun@FreeBSD.org>1998-09-07 00:40:50 +0000
commit2b8b18a33b5452fec72ad92642a3f96b5f2ac61a (patch)
treeca1dc72e0636739216bae18aec62cced4dc15b88 /misc
parent4ed74165f3cd8afc22cb3cf8bab1b54c1507187d (diff)
downloadFreeBSD-ports-2b8b18a33b5452fec72ad92642a3f96b5f2ac61a.zip
FreeBSD-ports-2b8b18a33b5452fec72ad92642a3f96b5f2ac61a.tar.gz
fix "make install" breakage.
notified by: Tim Vanderhoek <ac199@hwcn.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/magicpoint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 2b61c0b..778be41 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
OpenPOWER on IntegriCloud