diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-16 06:11:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-16 06:11:43 +0800 |
commit | 29db907793b6be829fad983034125e22d8bb91bf (patch) | |
tree | 014ebf2c1d970d30f6cefbb465b6219c8c7bdca4 /games | |
parent | d7b8ae7a8e4d8244fd49d5f038069b60087f8b12 (diff) | |
download | freebsd-ports-gnome-29db907793b6be829fad983034125e22d8bb91bf.tar.gz freebsd-ports-gnome-29db907793b6be829fad983034125e22d8bb91bf.tar.zst freebsd-ports-gnome-29db907793b6be829fad983034125e22d8bb91bf.zip |
- Fix install
Diffstat (limited to 'games')
-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 \ |