summaryrefslogtreecommitdiff
path: root/security/prngd
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-07 10:03:13 +0000
committeruebayasi <uebayasi>2005-03-07 10:03:13 +0000
commit2f1cc0097740ae3fae801ba6bcf5be57c20cf826 (patch)
tree9f7447a9ac05377b4e56a267b8c397d7f17f810f /security/prngd
parentd09f20254832a36d0c7ffd6624808ffa14f43b51 (diff)
downloadpkgsrc-2f1cc0097740ae3fae801ba6bcf5be57c20cf826.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