diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-10-20 14:53:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-10-20 14:53:20 +0000 |
commit | fc09e01ef111b13896fb8e8cf80c78210208e163 (patch) | |
tree | 419a3ea9c91e7faf5c26492d2f4de844148c44b3 /astro/stellarium/Makefile | |
parent | 5366aa676dcb30af496bd4f2aa7c54238b01baeb (diff) |
Notes
Diffstat (limited to 'astro/stellarium/Makefile')
-rw-r--r-- | astro/stellarium/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 2c686926a81f..6752534eb226 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -19,9 +19,7 @@ USE_QT4= moc_build rcc_build uic_build qmake_build \ corelib gui network opengl script INSTALLS_ICONS= yes -MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS ChangeLog README -NO_STAGE= yes OPTIONS_DEFINE= MORE_STARS MULTIMEDIA DOCS OPTIONS_DEFAULT= MULTIMEDIA @@ -59,11 +57,9 @@ post-patch: .SILENT post-install: .if ${PORT_OPTIONS:MMORE_STARS} ${INSTALL_DATA} ${DISTDIR}/stars_[45678]_[12]v0_0.cat \ - ${DATADIR}/stars/default -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + ${STAGEDIR}${DATADIR}/stars/default .endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |