diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /mail | |
parent | 57b861d2e101c9a13115d231f46b57c51e9caa28 (diff) | |
download | pkgsrc-ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailwrapper/PLIST | 4 | ||||
-rw-r--r-- | mail/popa3d/PLIST | 4 | ||||
-rw-r--r-- | mail/postfix/PLIST | 4 | ||||
-rw-r--r-- | mail/xmailbox/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/mailwrapper/PLIST b/mail/mailwrapper/PLIST index c1e3efdb7e1..e463309880d 100644 --- a/mail/mailwrapper/PLIST +++ b/mail/mailwrapper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:46 seb Exp $ etc/mailer.conf.default @exec test -e /etc/mailer.conf || ln -sf %F /etc/mailer.conf man/cat5/mailer.conf.0.gz @@ -6,7 +6,7 @@ man/cat8/mailwrapper.0.gz man/man5/mailer.conf.5.gz man/man8/mailwrapper.8.gz sbin/mailwrapper -@exec ${MKDIR} -p /usr/libexec/sendmail +@exec ${MKDIR} /usr/libexec/sendmail @exec mv -i /usr/sbin/sendmail /usr/libexec/sendmail </dev/null 2>/dev/null || true @exec ln -fs %D/sbin/mailwrapper /usr/bin/mailq @exec ln -fs %D/sbin/mailwrapper /usr/bin/newaliases diff --git a/mail/popa3d/PLIST b/mail/popa3d/PLIST index 84165a4e0f4..5f5913d459f 100644 --- a/mail/popa3d/PLIST +++ b/mail/popa3d/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:48 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:47 seb Exp $ libexec/popa3d man/man8/popa3d.8 share/doc/popa3d/DESIGN @@ -6,5 +6,5 @@ share/doc/popa3d/INSTALL share/doc/popa3d/LICENSE @dirrm share/doc/popa3d @comment empty dir to chroot to -@exec ${MKDIR} -p %D/share/empty +@exec ${MKDIR} %D/share/empty @dirrm share/empty diff --git a/mail/postfix/PLIST b/mail/postfix/PLIST index e04928832b2..8e7b2f65f96 100644 --- a/mail/postfix/PLIST +++ b/mail/postfix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/06 15:07:54 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:48 seb Exp $ bin/mailq bin/newaliases etc/mailer.conf.postfix @@ -124,7 +124,7 @@ share/postfix/sample-smtp.cf share/postfix/sample-smtpd.cf share/postfix/sample-transport.cf share/postfix/sample-virtual.cf -@exec ${MKDIR} -p /etc/postfix +@exec ${MKDIR} /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 diff --git a/mail/xmailbox/PLIST b/mail/xmailbox/PLIST index f288191e498..9d83a324a88 100644 --- a/mail/xmailbox/PLIST +++ b/mail/xmailbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:48 seb Exp $ bin/xmailbox lib/X11/app-defaults/XMailbox share/xmailbox/0xmail1.xpm @@ -10,5 +10,5 @@ share/xmailbox/5xmail1.xpm share/xmailbox/xmail1.xpm share/xmailbox/xnomail1.xpm man/cat1/xmailbox.0 -@exec ${MKDIR} -p %D/share/xmailbox +@exec ${MKDIR} %D/share/xmailbox @unexec ${RM} -rf %D/share/xmailbox |