diff options
author | jdp <jdp@FreeBSD.org> | 1998-11-04 01:34:59 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-11-04 01:34:59 +0000 |
commit | ff69be236a1b027f37bbc9f439b33622fb11edb8 (patch) | |
tree | db12b3959dbcda461c7e069762ab7e4f94d56183 /mail/cyrus-imapd23 | |
parent | 2eeace2cab273696724eeec1b2fdb4c2a282c657 (diff) | |
download | FreeBSD-ports-ff69be236a1b027f37bbc9f439b33622fb11edb8.zip FreeBSD-ports-ff69be236a1b027f37bbc9f439b33622fb11edb8.tar.gz |
Fix the name of the created partition directory to agree with the
name in the supplied configuration file.
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 3d90492..118dd69 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.9 1998/09/25 10:07:46 asami Exp $ +# $Id: Makefile,v 1.10 1998/11/04 01:18:33 jdp Exp $ # DISTNAME= cyrus-imapd-v1.5.14 @@ -47,7 +47,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/cyrus/html .endif ${INSTALL_DATA} ${FILESDIR}/imapd.conf ${PREFIX}/etc - ${INSTALL} -d -m 750 -o cyrus -g cyrus /var/spool/imapd \ + ${INSTALL} -d -m 750 -o cyrus -g cyrus /var/spool/imap \ ${PREFIX}/etc/imap \ ${PREFIX}/etc/imap/user \ ${PREFIX}/etc/imap/quota \ |