summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
committerwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
commit18097323ee893387e9be485eeb6a6144bbd01b3f (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /mail
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index d78b2538a9f..255912a9540 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2001/04/08 10:53:25 itojun Exp $
+# $NetBSD: Makefile,v 1.34 2001/04/09 11:45:34 wiz Exp $
DISTNAME= postfix-20010228-pl01
PKGNAME= postfix-20010228-pl1
@@ -67,7 +67,7 @@ pre-install:
post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${PREFIX}/etc
${LN} -sf ${PREFIX}/share/postfix/postfix-script /etc/postfix
- -${INSTALL_DATA_DIR} ${POSTFIX_SPOOL}
+ ${INSTALL_DATA_DIR} ${POSTFIX_SPOOL}
${CHMOD} 755 ${POSTFIX_SPOOL}
${TEST} -f /etc/postfix/main.cf || \
${INSTALL_DATA} ${PREFIX}/share/postfix/main.cf /etc/postfix