diff options
author | markd <markd@pkgsrc.org> | 2002-10-03 10:09:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-03 10:09:03 +0000 |
commit | 6e47887b5a91ca588fe151e57522c7292b6e4496 (patch) | |
tree | c586dca791969324c6e532067e01a9fe78186039 /mail/sendmail | |
parent | 453639466f258033679058eef3edeb0db58eb4f9 (diff) | |
download | pkgsrc-6e47887b5a91ca588fe151e57522c7292b6e4496.tar.gz |
Add missing uid field in PKG_USERS entry. From kivinen@ssh.fi in pkg/18518
Diffstat (limited to 'mail/sendmail')
-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" |