diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 10:03:13 +0000 |
commit | 9956688fce6abbd533632fa243b0fa5452adbaa2 (patch) | |
tree | 9f7447a9ac05377b4e56a267b8c397d7f17f810f /textproc | |
parent | 62f9f35bdebffbcd52ff5baf06bd7baaa413b175 (diff) | |
download | pkgsrc-9956688fce6abbd533632fa243b0fa5452adbaa2.tar.gz |
Fix quoting.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/biblook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/biblook/Makefile b/textproc/biblook/Makefile index e4c6f6f4a3b..59d09ce6c0a 100644 --- a/textproc/biblook/Makefile +++ b/textproc/biblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/23 23:28:29 danw Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/07 10:03:13 uebayasi Exp $ # DISTNAME= biblook @@ -16,6 +16,6 @@ MAKE_FLAGS= CC="${CC}" # override definitions in the package's Makefile via command line MAKE_FLAGS+= OPT="${CFLAGS} -Dunix" MAKE_FLAGS+= DEF_H_FILES="-DHAVE_STDLIB_H -DHAVE_NETINET_IN_H" -MAKE_FLAGS+= DEF_MORE="-DMOREPATH=\\\"/usr/bin/more\\\" -DMORE=\\\"more\\\"" +MAKE_FLAGS+= DEF_MORE='-DMOREPATH="\"/usr/bin/more\"" -DMORE="\"more\""' .include "../../mk/bsd.pkg.mk" |