diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
commit | 826aae24a51502c0b589f8706d66dacd44360ba4 (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /games/asteroids3d | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) |
Notes
Diffstat (limited to 'games/asteroids3d')
-rw-r--r-- | games/asteroids3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asteroids3d/Makefile b/games/asteroids3d/Makefile index 72226a1734e0..4e3e460269cb 100644 --- a/games/asteroids3d/Makefile +++ b/games/asteroids3d/Makefile @@ -40,7 +40,8 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDATA= * PORTDOCS= README.html -DESKTOP_ENTRIES="Asteroids3D" "${COMMENT}" "${PORTNAME}_48.png" \ +DESKTOP_ENTRIES="Asteroids3D" "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}_48.png" \ "${PORTNAME}" "Game;ArcadeGame;" false pre-configure: |