Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc-wip/wip/wl-current/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 4 Apr 2012 21:59:13 -0000 1.5 +++ Makefile 21 Apr 2012 15:00:51 -0000 @@ -42,6 +42,7 @@ GIT_REPOSITORIES= master GIT_REPO.master= git://github.com/wanderlust/wanderlust.git +GIT_MODULE= wanderlust _GIT_FLAGS?= --depth 1 @@ -54,7 +55,7 @@ ${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-current/modules.mk" .include "options.mk" .include "../../wip/mk/git-package.mk"