diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 20:36:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 20:36:54 +0000 |
commit | 758a434b97ef3042289c10e9607df86935d179f4 (patch) | |
tree | 1f25745c890549b124e1fed13693b2b8ae7a174a /mail/mew/Makefile | |
parent | 5c7c66618aa91843610f692205ebe4a72c5710eb (diff) |
Notes
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index b6a7eb38ba44..4e7fcdb1f100 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -42,6 +42,8 @@ MAKE_ENV+= EMACS_LIBDIR=${EMACS_LIBDIR} SCRIPTS_ENV+= TARGETS="${EMACS_SETUPEL}" EMACS_SETUPEL=${EMACS_SETUPEL:S/.el$//} PLIST_SUB+= MEW_DOCDIR=${MEW_DOCDIR} EMACS_SETUPEL=${EMACS_SETUPEL} +INFO+= mew + pre-configure: .if defined(EMACS_SETUPEL) @${CP} ${FILESDIR}/${EMACS_SETUPEL}.in ${WRKDIR} |