svn commit: r322248 - head/misc/magicpoint

Dirk Meyer dinoex at FreeBSD.org
Wed Jul 3 18:59:55 UTC 2013


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} && \


More information about the svn-ports-all mailing list