svn commit: r339827 - head/games/openlierox

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 15 22:11:44 UTC 2014


Author: amdmi3
Date: Wed Jan 15 22:11:43 2014
New Revision: 339827
URL: http://svnweb.freebsd.org/changeset/ports/339827
QAT: https://qat.redports.org/buildarchive/r339827/

Log:
  - Fix install

Modified:
  head/games/openlierox/Makefile

Modified: head/games/openlierox/Makefile
==============================================================================
--- head/games/openlierox/Makefile	Wed Jan 15 22:07:44 2014	(r339826)
+++ head/games/openlierox/Makefile	Wed Jan 15 22:11:43 2014	(r339827)
@@ -60,7 +60,7 @@ post-patch:
 		${REINPLACE_CMD} -e '/include.*curl\/types.h/ d'
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/openliero ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/openlierox ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_DATA} ${WRKSRC}/share/openlierox-openlierox.desktop \
 		${STAGEDIR}${PREFIX}/share/applications/
 	${INSTALL_DATA} ${WRKSRC}/share/OpenLieroX.svg \


More information about the svn-ports-all mailing list