diff options
Diffstat (limited to 'graphics/mandelbulber')
-rw-r--r-- | graphics/mandelbulber/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/mandelbulber/Makefile b/graphics/mandelbulber/Makefile index 5d28428ea314..a2e2a7e2a6ba 100644 --- a/graphics/mandelbulber/Makefile +++ b/graphics/mandelbulber/Makefile @@ -19,7 +19,6 @@ MAKEFILE= makefile CXXFLAGS+= -DSHARED_DIR=\\\"${DATADIR}\\\" PLIST_FILES= bin/${PORTNAME} share/applications/${PORTNAME}.desktop -PLIST_DIRSTRY= share/applications PORTDOCS= README NEWS PORTDATA= * @@ -30,7 +29,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/usr/share && ${COPYTREE_SHARE} '*' ${STAGEDIR}${DATADIR}/ |