summaryrefslogtreecommitdiff
path: root/security/prngd
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/prngd
parent66d7b5e5aaac8a7d95c4b69a43a1aef66334cc14 (diff)
downloadpkgsrc-9fc677698c9d1adf6f26a6696c11a52c46368f5b.tar.gz
Fix quoting.
Diffstat (limited to 'security/prngd')
-rw-r--r--security/prngd/Makefile4
1 files changed, 2 insertions, 2 deletions
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