summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-09 01:29:06 +0000
committerwiz <wiz@pkgsrc.org>2000-01-09 01:29:06 +0000
commitef197774195fa582fbf8f86e36b9fbd9be761e7d (patch)
tree66102b5e67fb282cb4e716230dbcd53d6f9935da /mail/postfix
parent137e98b5d9d1a777e670837e7e0ff3503e4cc201 (diff)
downloadpkgsrc-ef197774195fa582fbf8f86e36b9fbd9be761e7d.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 4258f790bd4..afb03a6b54e 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/09/13 02:02:27 simonb Exp $
+# $NetBSD: Makefile,v 1.16 2000/01/09 01:29:07 wiz Exp $
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906pl02
@@ -37,8 +37,8 @@ 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
- chmod 755 ${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:
${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${PREFIX}/etc