pkgsrc-WIP-changes archive

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

(twittering-mode-git, wl-git) convert to include wip/emacs-git/modules.mk (etc)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Dec 22 23:48:38 2016 +0900
Changeset:	aa983ecc0d9326a1d9f47c50067f220a5452c9cb

Modified Files:
	twittering-mode-git/Makefile
	wl-git/Makefile

Log Message:
(twittering-mode-git, wl-git) convert to include wip/emacs-git/modules.mk (etc)

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

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

diffstat:
 twittering-mode-git/Makefile | 2 +-
 wl-git/Makefile              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/twittering-mode-git/Makefile b/twittering-mode-git/Makefile
index a5a26d5..e3c7de6 100644
--- a/twittering-mode-git/Makefile
+++ b/twittering-mode-git/Makefile
@@ -19,7 +19,7 @@ WRKSRC=		${WRKDIR}/twittering-mode
 NO_BUILD=	yes
 USE_LANGUAGES=	# none
 
-.include "../../editors/emacs/modules.mk"
+.include "../../wip/emacs-git/modules.mk"
 # Avoid single file spread out just under site-lisp directory.
 # And directory name should get higher precedence, so begins with 'a'.
 INSTALLATION_DIRS=	${EMACS_LISPPREFIX}/a-files
diff --git a/wl-git/Makefile b/wl-git/Makefile
index d3a5d56..3366c6b 100644
--- a/wl-git/Makefile
+++ b/wl-git/Makefile
@@ -58,12 +58,12 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC:Q}/samples/en/dot.* ${DESTDIR:Q}${EXAMPLESDIR:Q}/en
 	${INSTALL_DATA} ${WRKSRC:Q}/samples/ja/dot.* ${DESTDIR:Q}${EXAMPLESDIR:Q}/ja
 
-.include "../../editors/emacs/modules.mk"
+.include "../../wip/emacs-git/modules.mk"
 
 .include "options.mk"
 .include "../../wip/mk/git-package.mk"
 
-.include "../../devel/apel/buildlink3.mk"
+.include "../../wip/apel-git/buildlink3.mk"
 .include "../../devel/semi/buildlink3.mk"
 .include "../../misc/bbdb/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index