diff options
author | wiz <wiz> | 2000-03-16 13:03:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-03-16 13:03:48 +0000 |
commit | d83fbd395b3d71518c7aee9055024860c3aa2522 (patch) | |
tree | 8577f3ed5f3317d559166260cda532a5bb53fb69 /mail | |
parent | a307c5f090def84f486b69fe081c98785c7f082c (diff) | |
download | pkgsrc-d83fbd395b3d71518c7aee9055024860c3aa2522.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index a168a6d9567..7c9f1f96847 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/03/10 23:47:33 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/03/16 13:03:48 wiz Exp $ DISTNAME= cyrus-imapd-v1.5.14 PKGNAME= cyrus-1.5.14 @@ -37,6 +37,6 @@ CONFIGURE_ARGS+= --with-login=krb # users sending to cyrus mailboxes. post-install: - @chmod a+rx ${PREFIX}/cyrus/bin/deliver + @${CHMOD} a+rx ${PREFIX}/cyrus/bin/deliver .include "../../mk/bsd.pkg.mk" |