diff options
author | markd <markd> | 2002-10-03 10:09:03 +0000 |
---|---|---|
committer | markd <markd> | 2002-10-03 10:09:03 +0000 |
commit | ff583c24bf08dcbaf54464d5497ee4b026a70c3a (patch) | |
tree | c586dca791969324c6e532067e01a9fe78186039 /mail | |
parent | cfec151795b22f12f648a533270d379a3da928f9 (diff) | |
download | pkgsrc-ff583c24bf08dcbaf54464d5497ee4b026a70c3a.tar.gz |
Add missing uid field in PKG_USERS entry. From kivinen@ssh.fi in pkg/18518
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index b4e7bcc1640..cd6b87d1c1c 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2002/09/23 12:56:57 markd Exp $ +# $NetBSD: Makefile,v 1.54 2002/10/03 10:09:03 markd Exp $ .include "../../mail/sendmail/Makefile.common" @@ -90,7 +90,7 @@ post-install: .endif PKG_GROUPS= smmsp -PKG_USERS= smmsp:smmsp:Sendmail\\ Message\\ Submission\\ Program +PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |