svn commit: r488628 - head/games/solarus-quest-editor

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 28 21:20:09 UTC 2018


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
 


More information about the svn-ports-all mailing list