Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 21:20:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488628 - head/games/solarus-quest-editor
Message-ID:  <201812282120.wBSLK8ll003592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 28 21:20:08 2018
New Revision: 488628
URL: https://svnweb.freebsd.org/changeset/ports/488628

Log:
  - Fix installation after cmake default changed to outsource
  
  Pointyhat to:	tcberner
  Approved by:	portmgr blanket

Modified:
  head/games/solarus-quest-editor/Makefile

Modified: head/games/solarus-quest-editor/Makefile
==============================================================================
--- head/games/solarus-quest-editor/Makefile	Fri Dec 28 21:00:55 2018	(r488627)
+++ head/games/solarus-quest-editor/Makefile	Fri Dec 28 21:20:08 2018	(r488628)
@@ -38,7 +38,7 @@ PLIST_FILES=	bin/solarus-quest-editor \
 		share/pixmaps/${PORTNAME}.png
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/solarus-quest-editor ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/solarus-quest-editor ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/images/logo/sqe-logo.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 



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