diff options
author | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
commit | 20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/milter-regex | |
parent | 1681e974bb6b92327674323cc6ecfcdc2381500b (diff) | |
download | pkgsrc-20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5.tar.gz |
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'mail/milter-regex')
-rw-r--r-- | mail/milter-regex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index 5dbfca40f9d..ee0c71c1e4c 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/08 22:01:21 tron Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/23 00:12:38 jlam Exp $ DISTNAME= milter-regex-1.6 CATEGORIES= mail @@ -10,8 +10,10 @@ COMMENT= Milter enabling regular expression filtering INSTALLATION_DIRS= man/man8 sbin -PKG_GROUPS= smmsp -PKG_USERS= smmsp:smmsp::Sendmail\ Message\ Submission\ Program +PKG_GROUPS= smmsp +PKG_USERS= smmsp:smmsp +PKG_GECOS.smmsp= Sendmail Message Submission Program + RCD_SCRIPTS= milter-regex SUBST_CLASSES+= etc |