diff options
author | wollman <wollman@FreeBSD.org> | 2002-10-21 22:09:24 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-10-21 22:09:24 +0000 |
commit | 386e80b3e99c7a013063341030b0757dd1547703 (patch) | |
tree | d5fade1094c28fc06ead99c3c2e6c2584b751311 /mail/sentinel | |
parent | db41c033fd1ac86ccc216cd2527542c3ba26d606 (diff) | |
download | FreeBSD-ports-386e80b3e99c7a013063341030b0757dd1547703.zip FreeBSD-ports-386e80b3e99c7a013063341030b0757dd1547703.tar.gz |
Fix argument to chown(8).
Diffstat (limited to 'mail/sentinel')
-rw-r--r-- | mail/sentinel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 0008441..3c34677 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -24,7 +24,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin @${MKDIR} ${PREFIX}/var/sentinel - ${CHOWN} smmsp.smmsp ${PREFIX}/var/sentinel + ${CHOWN} smmsp:smmsp ${PREFIX}/var/sentinel ${INSTALL_SCRIPT} ${FILESDIR}/000.sentinel.sh ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${PREFIX}/etc/sentinel.cf.dist |