(editors/dash-el) convert INSTALLATION_DIRS

This commit is contained in:
Makoto Fujiwara (CF-SX3) 2019-12-27 23:26:32 +09:00
parent 1186b1bc05
commit 62f127876d
2 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ LICENSE= gnu-gpl-v3
NO_BUILD= yes
INSTALLATION_DIRS= ${PREFIX}/share/emacs/site-lisp
INSTALLATION_DIRS= ${PREFIX}/share/emacs/site-lisp/dash
do-install:
${INSTALL} ${WRKSRC}/dash.el ${DESTDIR}${PREFIX}/share/emacs/site-lisp/
${INSTALL} ${WRKSRC}/dash.el ${DESTDIR}${PREFIX}/share/emacs/site-lisp/dash
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,2 +1,2 @@
@comment $NetBSD$
${EMACS_LISPPREFIX}/dash.el
${EMACS_LISPPREFIX}/dash/dash.el