diff options
Diffstat (limited to 'editors/emacs/Makefile.common')
-rw-r--r-- | editors/emacs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common index 05880a9d53f..5ca6064e7aa 100644 --- a/editors/emacs/Makefile.common +++ b/editors/emacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2005/10/14 08:59:50 hiramatsu Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/12/05 20:50:09 rillig Exp $ MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= markd@NetBSD.org @@ -17,7 +17,7 @@ PLIST_SRC= ${.CURDIR}/../../editors/emacs/PLIST # needed for 21.4a, can probably go away on next update EMACSVERSION= 21.4 WRKSRC= ${WRKDIR}/emacs-${EMACSVERSION} -PLIST_SUBST+= EMACSVERSION=${EMACSVERSION} +PLIST_SUBST+= EMACSVERSION=${EMACSVERSION:Q} MAKEFLAGS+= EMACSLOADPATH=${WRKSRC}/lisp |