pkgsrc-WIP-changes archive

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

(devel/git-modes-git) adjust INSTALLATION_DIRS



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Jan 16 21:05:21 2021 +0900
Changeset:	7dfe8671768486c13364ff4f69dc84bd2c06820c

Modified Files:
	git-modes-git/Makefile
	git-modes-git/PLIST

Log Message:
(devel/git-modes-git)  adjust INSTALLATION_DIRS

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

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

diffstat:
 git-modes-git/Makefile |  1 +
 git-modes-git/PLIST    | 21 ++++++++++-----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/git-modes-git/Makefile b/git-modes-git/Makefile
index 20610997ae..83dbcb4547 100644
--- a/git-modes-git/Makefile
+++ b/git-modes-git/Makefile
@@ -13,6 +13,7 @@ USE_TOOLS+=	gmake
 
 BUILD_TARGET=	lisp
 AUTO_MKDIRS=	yes
+INSTALLATION_DIRS+= share/emacs/site-lisp/git-modes
 
 do-install:
 	cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc \
diff --git a/git-modes-git/PLIST b/git-modes-git/PLIST
index 56d58e2885..e8f7a9cbed 100644
--- a/git-modes-git/PLIST
+++ b/git-modes-git/PLIST
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2013/11/07 03:04:59 makoto Exp $
-share/emacs/site-lisp/git-modes/git-commit-mode.el
-share/emacs/site-lisp/git-modes/git-commit-mode.elc
-share/emacs/site-lisp/git-modes/git-rebase-mode.el
-share/emacs/site-lisp/git-modes/git-rebase-mode.elc
-share/emacs/site-lisp/git-modes/gitattributes-mode.el
-share/emacs/site-lisp/git-modes/gitattributes-mode.elc
-share/emacs/site-lisp/git-modes/gitconfig-mode.el
-share/emacs/site-lisp/git-modes/gitconfig-mode.elc
-share/emacs/site-lisp/git-modes/gitignore-mode.el
-share/emacs/site-lisp/git-modes/gitignore-mode.elc
+@comment $NetBSD$
+${EMACS_LISPPREFIX}/git-modes/git-modes-autoloads.el
+${EMACS_LISPPREFIX}/git-modes/git-modes.el
+${EMACS_LISPPREFIX}/git-modes/git-modes.elc
+${EMACS_LISPPREFIX}/git-modes/gitattributes-mode.el
+${EMACS_LISPPREFIX}/git-modes/gitattributes-mode.elc
+${EMACS_LISPPREFIX}/git-modes/gitconfig-mode.el
+${EMACS_LISPPREFIX}/git-modes/gitconfig-mode.elc
+${EMACS_LISPPREFIX}/git-modes/gitignore-mode.el
+${EMACS_LISPPREFIX}/git-modes/gitignore-mode.elc


Home | Main Index | Thread Index | Old Index