diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 10:28:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 10:28:38 +0000 |
commit | 01a809f1762b51e29a84fa91e41306d1211e99f0 (patch) | |
tree | 9f4e40231a69e5961192390ee6004bfda4a27b80 | |
parent | f70b640a8ad69099d02926beb6cb90ce703c5ca0 (diff) | |
download | pkgsrc-01a809f1762b51e29a84fa91e41306d1211e99f0.tar.gz |
$() -> ${}
-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 392b58cfff0..7791b763bdd 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/18 22:46:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/03 10:28:38 wiz Exp $ DISTNAME= postfix-19991231-pl08 PKGNAME= postfix-19991231pl08 @@ -70,7 +70,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 || ${INSTALL_DATA} ${PREFIX}/share/postfix/master.cf /etc/postfix |