summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-07 10:03:13 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-07 10:03:13 +0000
commit9fc677698c9d1adf6f26a6696c11a52c46368f5b (patch)
tree9f7447a9ac05377b4e56a267b8c397d7f17f810f /security
parent66d7b5e5aaac8a7d95c4b69a43a1aef66334cc14 (diff)
downloadpkgsrc-9fc677698c9d1adf6f26a6696c11a52c46368f5b.tar.gz
Fix quoting.
Diffstat (limited to 'security')
-rw-r--r--security/pgp2/Makefile4
-rw-r--r--security/prngd/Makefile4
2 files changed, 4 insertions, 4 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