From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- mail/cyrus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/cyrus/Makefile') diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index ee9349ef0af1..f60f28b4b7b3 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $ +# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $ # DISTNAME= cyrus-imapd-v1.5.19 @@ -75,10 +75,10 @@ post-install: ${PREFIX}/etc/imap/msg ${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck ${TOUCH} ${PREFIX}/etc/imap/mailboxes - chmod 640 ${PREFIX}/etc/imap/mailboxes + ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes @sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \ >${PREFIX}/etc/rc.d/cyrus.sh - @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh + @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh @PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include -- cgit v1.2.3