diff options
author | taca <taca@pkgsrc.org> | 2007-05-20 15:49:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-05-20 15:49:29 +0000 |
commit | e88b08d98cdfc4c9ac737591633e69527cd50788 (patch) | |
tree | 175cbc2382e661139602a9ffee4e88ffe97d04b2 /editors/mule-ucs | |
parent | aa3f770b8b5e1dd3b7e47691c06c0bce49aeb6ec (diff) | |
download | pkgsrc-e88b08d98cdfc4c9ac737591633e69527cd50788.tar.gz |
Make sure to replace EMACS_LISPPREFIX in MESSAGE.
Diffstat (limited to 'editors/mule-ucs')
-rw-r--r-- | editors/mule-ucs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/mule-ucs/Makefile b/editors/mule-ucs/Makefile index dbc0c4f4229..184414f26c8 100644 --- a/editors/mule-ucs/Makefile +++ b/editors/mule-ucs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.16 2007/05/20 15:49:29 taca Exp $ DISTNAME= Mule-UCS-0.84 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -14,6 +14,8 @@ COMMENT= Another encoding conversion mechanism for Emacs EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 BUILDLINK_API_DEPENDS.emacs20+= emacs>=20.7nb1 +MESSAGE_SUBST+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX:Q} + do-build: @cd ${WRKSRC}; \ ${EMACS_BIN} -q --no-site-file -batch -l mucs-comp.el |