summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-23 11:48:47 +0000
committerrillig <rillig@pkgsrc.org>2005-08-23 11:48:47 +0000
commit08a9e18b11f998c717e08a737d9d35c9f4219eb3 (patch)
tree47a0e07bf95d82fd146b551a36227c5d1c0676ab /security/dirmngr
parente77d7a8f56ec1cba9542325fe74facbe910b1cb8 (diff)
downloadpkgsrc-08a9e18b11f998c717e08a737d9d35c9f4219eb3.tar.gz
The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 4818a38866c..a472dfa4118 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/08/23 11:48:51 rillig Exp $
#
DISTNAME= dirmngr-0.9.1
@@ -16,7 +16,7 @@ COMMENT= X509 certificate and CRL downloader
DIRMNGR_USER?= dirmngr
DIRMNGR_GROUP?= dirmngr
PKG_GROUPS= ${DIRMNGR_GROUP}
-PKG_USERS= ${DIRMNGR_USER}:${DIRMNGR_GROUP}::pseudo\\ user:${VARBASE}/dirmngr:
+PKG_USERS= ${DIRMNGR_USER}:${DIRMNGR_GROUP}::pseudo\ user:${VARBASE}/dirmngr:
GNU_CONFIGURE= yes
USE_TOOLS+= gawk