From 18097323ee893387e9be485eeb6a6144bbd01b3f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Apr 2001 11:45:33 +0000 Subject: Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} --- mail/postfix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3