diff options
author | kleink <kleink> | 1999-06-13 20:27:49 +0000 |
---|---|---|
committer | kleink <kleink> | 1999-06-13 20:27:49 +0000 |
commit | 03fa6613a7cecdf7646d1017a5e2afe340172a97 (patch) | |
tree | c78c82690f11e327184d70f41fb29ba394a4fd46 /mail | |
parent | fd008f07320599e4f66c24f689a0b22f70c2780c (diff) | |
download | pkgsrc-03fa6613a7cecdf7646d1017a5e2afe340172a97.tar.gz |
Repeat after me: use of the period character as the chown(8) owner/group
separator is obsolete.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 9b0441f7aad..4449cf74f70 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/30 18:52:59 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/06/13 20:27:49 kleink Exp $ DISTNAME= postfix-19990317-pl05 PKGNAME= postfix-19990317p05 @@ -28,7 +28,7 @@ post-build: pre-install: ${MKDIR} /etc/postfix ${PREFIX}/share/postfix \ ${PREFIX}/share/doc/postfix ${PREFIX}/libexec/postfix - chown root.wheel ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix + chown root:wheel ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix chmod 755 ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix post-install: |