From 2b8b18a33b5452fec72ad92642a3f96b5f2ac61a Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 7 Sep 1998 00:40:50 +0000 Subject: fix "make install" breakage. notified by: Tim Vanderhoek --- misc/magicpoint/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/magicpoint') 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 -- cgit