diff options
Diffstat (limited to 'astro/celestia')
-rw-r--r-- | astro/celestia/Makefile | 1 | ||||
-rw-r--r-- | astro/celestia/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 293bb894f..8a43f34b5 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -89,6 +89,7 @@ pre-patch: @${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in post-install: + ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \ ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) diff --git a/astro/celestia/pkg-plist b/astro/celestia/pkg-plist index 02e14e583..016119805 100644 --- a/astro/celestia/pkg-plist +++ b/astro/celestia/pkg-plist @@ -309,6 +309,7 @@ share/locale/pt_br/LC_MESSAGES/celestia.mo share/locale/ru/LC_MESSAGES/celestia.mo share/pixmaps/celestia.png @exec mkdir -p %D/share/celestia/textures/hires +@dirrmtry share/pixmaps @dirrm share/celestia/textures/medres @dirrm share/celestia/textures/lores @dirrm share/celestia/textures/hires |