diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:58:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:58:55 +0000 |
commit | ab248286305efe7f272cdce8773a1185f2752eba (patch) | |
tree | 65e15ba7b6b7f5eda17dbc484ed5047bd4d8f445 /graphics/mandelbulber | |
parent | a2105d9f79b4b1fd476adf76673c3c11c40dc633 (diff) |
Notes
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}/ |