summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authormarkd <markd>2002-10-03 10:09:03 +0000
committermarkd <markd>2002-10-03 10:09:03 +0000
commit86fbe36cf7dc5c3fc863232763ccfebb9f9612da (patch)
treec586dca791969324c6e532067e01a9fe78186039 /mail/sendmail
parent352a0fc815e6b9c5e2e4127c1eb87198c073a481 (diff)
downloadpkgsrc-86fbe36cf7dc5c3fc863232763ccfebb9f9612da.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/Makefile4
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"