summaryrefslogtreecommitdiff
path: root/mail/postfix/PLIST
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit9318fdcbb3d311fce5ceea096539c3c71b45b48b (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /mail/postfix/PLIST
parentc628a4157b502d7196062bd115d480140eb3c027 (diff)
downloadpkgsrc-9318fdcbb3d311fce5ceea096539c3c71b45b48b.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'mail/postfix/PLIST')
-rw-r--r--mail/postfix/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/PLIST b/mail/postfix/PLIST
index f28fb7d7390..b7ca4aa2587 100644
--- a/mail/postfix/PLIST
+++ b/mail/postfix/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:06 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:48 skrll Exp $
etc/mailer.conf.postfix
libexec/postfix/bounce
libexec/postfix/cleanup
@@ -104,9 +104,9 @@ man/man8/trivial-rewrite.8
@dirrm share/postfix
@dirrm share/doc/postfix
@dirrm libexec/postfix
-@exec mkdir -p /etc/postfix
+@exec ${MKDIR} -p /etc/postfix
@exec if [ ! -f /etc/postfix/main.cf ]; then cp %D/share/postfix/main.cf /etc/postfix ; fi
@exec if [ ! -f /etc/postfix/master.cf ]; then cp %D/share/postfix/master.cf /etc/postfix ; fi
-@exec if [ ! -d /var/spool/postfix ]; then mkdir /var/spool/postfix; chmod 755 /var/spool/postfix ; fi
+@exec if [ ! -d /var/spool/postfix ]; then ${MKDIR} /var/spool/postfix; ${CHMOD} 755 /var/spool/postfix ; fi
@exec ln -sf %D/share/postfix/postfix-script /etc/postfix
-@unexec rm -f /etc/postfix/postfix-script
+@unexec ${RM} -f /etc/postfix/postfix-script