diff options
Diffstat (limited to 'editors/lite/Makefile')
-rw-r--r-- | editors/lite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/lite/Makefile b/editors/lite/Makefile index a8dd5403cbc2..4d989df3a935 100644 --- a/editors/lite/Makefile +++ b/editors/lite/Makefile @@ -45,6 +45,8 @@ do-install: ${CP} -a ${WRKSRC_colors}/colors ${STAGEDIR}${DATADIR}/user ${MV} ${WRKSRC_plugins}/plugins/language_*.lua \ ${STAGEDIR}${DATADIR}/plugins + ${CP} -a ${WRKSRC_plugins}/plugins \ + ${STAGEDIR}${DATADIR}/plugins/extra do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |