diff options
author | uebayasi <uebayasi> | 2008-10-11 09:31:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2008-10-11 09:31:54 +0000 |
commit | b96889b1354fc2db619e890c37d47726128607e1 (patch) | |
tree | 28f89f081daec07805c1f982f0bc63a420c005ba /textproc/dictem | |
parent | 82bb21f245fe7a2dee3f10a3aec11ffd03c27e07 (diff) | |
download | pkgsrc-b96889b1354fc2db619e890c37d47726128607e1.tar.gz |
Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index d8a1e63aa96..847cc1ef4e4 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/05 04:45:22 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/11 09:31:58 uebayasi Exp $ DISTNAME= dictem-0.82 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -34,5 +34,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} \ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} -.include "../../mk/emacs.mk" +.include "../../editors/emacs/modules.mk" .include "../../mk/bsd.pkg.mk" |