diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-15 22:11:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-15 22:11:43 +0000 |
commit | 463a06e437e4f4601d9286bff19416b6ba57b5b2 (patch) | |
tree | 014ebf2c1d970d30f6cefbb465b6219c8c7bdca4 /games/openlierox | |
parent | 002a4d26d760aedde19678ef213412fae21451d2 (diff) | |
download | ports-463a06e437e4f4601d9286bff19416b6ba57b5b2.tar.gz ports-463a06e437e4f4601d9286bff19416b6ba57b5b2.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 8a94d691f2c8..17b41d06cd75 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -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 \ |