summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-07-03 18:59:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-07-03 18:59:54 +0000
commit810a1bd99200f123c4fa4c12f338d031a9ce7e71 (patch)
tree235f4653961a2494f1fdc79397a15bfe32f4bae4 /misc/magicpoint/Makefile
parentLATE_INSTALL_ARGS needs to be defined either in case of imake:env (diff)
- fix build after USES=imake
Notes
Notes: svn path=/head/; revision=322248
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index af407bed82cb..8f300c4c75f1 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -91,7 +91,7 @@ post-build:
post-install:
cd ${WRKSRC}/contrib/xmindpath && \
- ${MAKE} ${INSTALL_TARGET}
+ ${MAKE} install
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && \