diff options
author | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
commit | afa15ab46150dc752b9b329a40d2ebbfc34037a7 (patch) | |
tree | 983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /mail | |
parent | 7fe6517cd0bad7ce3ed2c329a7fcd25222794c69 (diff) | |
download | pkgsrc-afa15ab46150dc752b9b329a40d2ebbfc34037a7.tar.gz |
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 |
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 |