diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-13 23:18:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-13 23:18:25 +0000 |
commit | f7af8cc66466da03ee5d400edd01fbe41187ed54 (patch) | |
tree | e34f0da7ca1cb2c9ecc0ddc131ac1e2994e7a44f /chat/riece/Makefile | |
parent | 267769bd191c4e184c3dfcb915a20027285f0f72 (diff) | |
download | pkgsrc-f7af8cc66466da03ee5d400edd01fbe41187ed54.tar.gz |
chat/*: remove unnecessary :Q modifiers
Diffstat (limited to 'chat/riece/Makefile')
-rw-r--r-- | chat/riece/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 8ed54694353..308f42a042d 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2018/01/04 16:36:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2018/01/13 23:18:26 rillig Exp $ # DISTNAME= riece-9.0.0 @@ -24,11 +24,11 @@ GNU_CONFIGURE= YES INFO_FILES= yes # --with-emacs=... or --with-xemacs=... -CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN:Q} +CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN} CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}} # Riece digs sub directory. -CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX:Q} +CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX} CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||} do-install: plist |