pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(editors/dash-el) convert INSTALLATION_DIRS



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Dec 27 23:26:32 2019 +0900
Changeset:	62f127876d73be9884ad5fbcfc762ab298044566

Modified Files:
	dash-el/Makefile
	dash-el/PLIST

Log Message:
(editors/dash-el) convert INSTALLATION_DIRS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=62f127876d73be9884ad5fbcfc762ab298044566

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dash-el/Makefile | 4 ++--
 dash-el/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/dash-el/Makefile b/dash-el/Makefile
index 8cdd469f40..39b676729d 100644
--- a/dash-el/Makefile
+++ b/dash-el/Makefile
@@ -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"
diff --git a/dash-el/PLIST b/dash-el/PLIST
index 2798a21080..393e261376 100644
--- a/dash-el/PLIST
+++ b/dash-el/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-${EMACS_LISPPREFIX}/dash.el
+${EMACS_LISPPREFIX}/dash/dash.el


Home | Main Index | Thread Index | Old Index