From 9fc677698c9d1adf6f26a6696c11a52c46368f5b 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 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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 -- cgit v1.2.3