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 /astro/celestia | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) |
Notes
Diffstat (limited to 'astro/celestia')
-rw-r--r-- | astro/celestia/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 2a8d2e84ffe4..3c50923b32cd 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -82,8 +82,9 @@ PLIST_SUB+= KDE="@comment " PORTDOCS= AUTHORS ChangeLog README -DESKTOP_ENTRIES="Celestia" "Explore space" "celestia.png" "celestia" \ - "Application;Astronomy;Education;Science;" ${STARTUP_NOTIFY} +DESKTOP_ENTRIES="Celestia" "Explore space" \ + "${PREFIX}/share/pixmaps/celestia.png" "celestia" \ + "Astronomy;Education;Science;" ${STARTUP_NOTIFY} post-patch: # Fix Lua discovery pkg-config(1) calls |