diff options
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r-- | editors/scite/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 3e55028cb2f8..f1d9a9cd6562 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -41,8 +41,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin/SciTE ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${PREFIX}/share/applications - @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/pixmaps @${MKDIR} ${DATADIR} |