Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 18:59:55 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322248 - head/misc/magicpoint
Message-ID:  <201307031859.r63IxtVu076762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Jul  3 18:59:54 2013
New Revision: 322248
URL: http://svnweb.freebsd.org/changeset/ports/322248

Log:
  - fix build after USES=imake

Modified:
  head/misc/magicpoint/Makefile

Modified: head/misc/magicpoint/Makefile
==============================================================================
--- head/misc/magicpoint/Makefile	Wed Jul  3 18:54:59 2013	(r322247)
+++ head/misc/magicpoint/Makefile	Wed Jul  3 18:59:54 2013	(r322248)
@@ -91,7 +91,7 @@ post-build:
 
 post-install:
 	cd ${WRKSRC}/contrib/xmindpath && \
-		${MAKE} ${INSTALL_TARGET}
+		${MAKE} install
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031859.r63IxtVu076762>