From 5c4b169f95afd1ae928bcabccd7599a855e917f9 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 10:03:13 +0000 Subject: Fix quoting. --- security/pgp2/Makefile | 4 ++-- security/prngd/Makefile | 4 ++-- textproc/biblook/Makefile | 4 ++-- wm/larswm/Makefile | 4 ++-- wm/pwm/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index bc40d4f09d7..bf7d986aa53 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/08/27 06:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2005/03/07 10:03:13 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -38,7 +38,7 @@ CFLAGS= FIX_RPATH+= RSALIBS PGPLIB= ${PREFIX}/share/pgp -CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" +CFLAGS+= -DPGP_SYSTEM_DIR="\"${PGPLIB}/\"" .if (${MACHINE_ARCH} == "i386") OBJS_EXT= _80386.o _zmatch.o diff --git a/security/prngd/Makefile b/security/prngd/Makefile index 108307229f0..b242967b085 100644 --- a/security/prngd/Makefile +++ b/security/prngd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/15 23:10:35 recht Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/07 10:03:13 uebayasi Exp $ DISTNAME= prngd-0.9.29 CATEGORIES= security @@ -14,7 +14,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html COMMENT= Pseudo Random Number Generator Daemon -MAKE_ENV+= DEFS="-DRANDSAVENAME=\\\"${VARBASE}/db/prngd-seed\\\" -DCONFIGFILE=\\\"${PKG_SYSCONFDIR}/prngd.conf\\\"" +MAKE_ENV+= DEFS='-DRANDSAVENAME="\"${VARBASE}/db/prngd-seed\"" -DCONFIGFILE="\"${PKG_SYSCONFDIR}/prngd.conf\""' EGDIR= ${PREFIX}/share/examples/prngd CONF_FILES= ${EGDIR}/prngd.conf.netbsd ${PKG_SYSCONFDIR}/prngd.conf 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" diff --git a/wm/larswm/Makefile b/wm/larswm/Makefile index d5792c88075..270af2bb7ee 100644 --- a/wm/larswm/Makefile +++ b/wm/larswm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/11/27 17:55:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/07 10:05:08 uebayasi Exp $ # DISTNAME= larswm-7.5.3 @@ -21,7 +21,7 @@ USE_IMAKE= YES EGDIR= ${PREFIX}/share/examples/larswm CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc -CPPFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CPPFLAGS= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" post-patch: @cd ${WRKSRC} && \ diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile index 38b22d715f7..aadc78954d6 100644 --- a/wm/pwm/Makefile +++ b/wm/pwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/02/05 00:24:14 cube Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/07 10:05:08 uebayasi Exp $ # DISTNAME= pwm-20030617 @@ -19,7 +19,7 @@ USE_PKGINSTALL= YES USE_X11= YES USE_GNU_TOOLS+= make -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" PKG_SYSCONFSUBDIR= pwm -- cgit v1.2.3