summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-14 12:38:21 +0000
committerwiz <wiz@pkgsrc.org>2000-08-14 12:38:21 +0000
commit8b865c3d2b08533bd3c5f333f9ffa5f495071688 (patch)
tree928d5f7ad608fb9ff74ec2548f762fc2fa9bb9ad /mail/postfix-current
parent44ec781b095e3817a6a66bcb72cf01df75e608d2 (diff)
downloadpkgsrc-8b865c3d2b08533bd3c5f333f9ffa5f495071688.tar.gz
$() -> ${}
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 2146830a898..cc0a81a441d 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/14 11:26:14 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/14 12:38:21 wiz Exp $
DISTNAME= snapshot-20000531
PKGNAME= postfix-20000531
@@ -66,7 +66,7 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${PREFIX}/etc
${LN} -sf ${PREFIX}/share/postfix/postfix-script /etc/postfix
-${MKDIR} ${POSTFIX_SPOOL}
- $(CHMOD) 755 ${POSTFIX_SPOOL}
+ ${CHMOD} 755 ${POSTFIX_SPOOL}
${TEST} -f /etc/postfix/main.cf || \
${INSTALL_DATA} ${PREFIX}/share/postfix/main.cf /etc/postfix
${TEST} -f /etc/postfix/master.cf || \