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 | 81789e6415321b4ce1cfd6eddaa382cc2759eed3 (patch) | |
tree | 175cbc2382e661139602a9ffee4e88ffe97d04b2 /editors/mule-ucs | |
parent | 197de82e9a0191eab2ee952711c88631cd19605a (diff) | |
download | pkgsrc-81789e6415321b4ce1cfd6eddaa382cc2759eed3.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 |