diff options
author | rillig <rillig> | 2005-08-23 11:48:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-08-23 11:48:47 +0000 |
commit | 47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869 (patch) | |
tree | 47a0e07bf95d82fd146b551a36227c5d1c0676ab /net/howl | |
parent | bf0c96ed24fea2ba04e4f9c80923df5e3dcdc0f8 (diff) | |
download | pkgsrc-47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869.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 'net/howl')
-rw-r--r-- | net/howl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index ad80c406065..22ec8e9593e 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/10 20:56:22 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/23 11:48:50 rillig Exp $ DISTNAME= howl-0.9.10 CATEGORIES= net @@ -16,7 +16,7 @@ PTHREAD_AUTO_VARS= yes RCD_SCRIPTS= howl PKG_GROUPS+= howl -PKG_USERS+= howl:howl::Zeroconf\\ user +PKG_USERS+= howl:howl::Zeroconf\ user .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |