diff options
author | jlam <jlam> | 2006-04-05 15:14:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-05 15:14:10 +0000 |
commit | 903089bdb23e1d6fa24c8107870315698ededd86 (patch) | |
tree | dbf8a8ec42cb4cef783654805a4109b84a9b6e03 /mail/mew | |
parent | 9859a404d33d7b5556ecbc10088e57d20cc6ebd5 (diff) | |
download | pkgsrc-903089bdb23e1d6fa24c8107870315698ededd86.tar.gz |
* Make mew and mew3 build with xemacs by noting they need the "base"
set of emacs modules.
* List the info files directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
* Sort the PLIST.
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 7 | ||||
-rw-r--r-- | mail/mew/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index b8fa0dece6b..82967a6b382 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/02/05 23:09:56 joerg Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/05 15:14:10 jlam Exp $ DISTNAME= mew-4.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,11 +12,12 @@ COMMENT= Messaging in the Emacs World CONFLICTS=+ mew-xemacs-[0-9]* incm-[0-9]* -INFO_FILES= mew.info +INFO_FILES= # PLIST HAS_CONFIGURE= yes EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 +EMACS_MODULES+= base MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib @@ -24,6 +25,8 @@ MAKE_FLAGS+= prefix=${PREFIX:Q} MAKE_FLAGS+= EMACS=${EMACS_BIN:Q} MAKE_FLAGS+= elispdir=${EMACS_LISPPREFIX}/mew MAKE_FLAGS+= etcdir=${PREFIX}/share/mew +MAKE_FLAGS+= infodir=${EMACS_INFOPREFIX} +MAKE_FLAGS+= mandir=${PREFIX:Q}/${PKGMANDIR:Q}/man1 SUBST_CLASSES+= local SUBST_STAGE.local= post-configure diff --git a/mail/mew/PLIST b/mail/mew/PLIST index c90c02d3302..25c5f1f523e 100644 --- a/mail/mew/PLIST +++ b/mail/mew/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/03/04 15:32:35 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/04/05 15:14:10 jlam Exp $ bin/incm bin/mewcat bin/mewdecode @@ -48,6 +48,7 @@ man/man1/mewcat.1 man/man1/mewdecode.1 man/man1/mewencode.1 man/man1/mewl.1 +${EMACS_INFOPREFIX}/mew.info ${EMACS_LISPPREFIX}/mew/contrib/00readme ${EMACS_LISPPREFIX}/mew/contrib/mew-browse.el ${EMACS_LISPPREFIX}/mew/contrib/mew-caesar.el |