summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /mail
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/PLIST4
-rw-r--r--mail/mailwrapper/PLIST8
-rw-r--r--mail/nmh/PLIST4
-rw-r--r--mail/pine/PLIST4
-rw-r--r--mail/popa3d/PLIST4
-rw-r--r--mail/postfix/PLIST8
-rw-r--r--mail/sendmail-current/PLIST.common4
-rw-r--r--mail/sendmail/PLIST4
-rw-r--r--mail/sendmail88/PLIST4
-rw-r--r--mail/vm/PLIST.emacs4
-rw-r--r--mail/xmailbox/PLIST6
11 files changed, 27 insertions, 27 deletions
diff --git a/mail/exim/PLIST b/mail/exim/PLIST
index f952e5d7ac5..b52a2dbc275 100644
--- a/mail/exim/PLIST
+++ b/mail/exim/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:59:57 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $
etc/exim/configure
etc/exim/mailer.conf.exim
etc/rc.d/exim
@@ -16,5 +16,5 @@ sbin/exinext
sbin/exiqsumm
sbin/exiwhat
man/man8/exim.8
-@unexec rmdir /var/log/exim 2>/dev/null || true
+@unexec ${RMDIR} /var/log/exim 2>/dev/null || true
@dirrm etc/exim
diff --git a/mail/mailwrapper/PLIST b/mail/mailwrapper/PLIST
index f70d421246d..c1e3efdb7e1 100644
--- a/mail/mailwrapper/PLIST
+++ b/mail/mailwrapper/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:25 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $
etc/mailer.conf.default
@exec test -e /etc/mailer.conf || ln -sf %F /etc/mailer.conf
man/cat5/mailer.conf.0.gz
@@ -6,13 +6,13 @@ 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} -p /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
@exec ln -fs %D/sbin/mailwrapper /usr/sbin/sendmail
-@unexec rm /usr/bin/mailq /usr/bin/newaliases /usr/sbin/sendmail
+@unexec ${RM} /usr/bin/mailq /usr/bin/newaliases /usr/sbin/sendmail
@unexec mv /usr/libexec/sendmail/sendmail /usr/sbin/sendmail
@unexec ln /usr/sbin/sendmail /usr/bin/mailq
@unexec ln /usr/sbin/sendmail /usr/bin/newaliases
-@unexec rmdir /usr/libexec/sendmail
+@unexec ${RMDIR} /usr/libexec/sendmail
diff --git a/mail/nmh/PLIST b/mail/nmh/PLIST
index 5bea85be5c8..a4fa0de6cb4 100644
--- a/mail/nmh/PLIST
+++ b/mail/nmh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:42 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:47 skrll Exp $
bin/ali
bin/anno
bin/burst
@@ -148,4 +148,4 @@ share/doc/nmh/README
share/doc/nmh/TODO
@dirrm libexec/nmh
@dirrm share/doc/nmh
-@unexec rmdir %D/etc/nmh 2>/dev/null || true
+@unexec ${RMDIR} %D/etc/nmh 2>/dev/null || true
diff --git a/mail/pine/PLIST b/mail/pine/PLIST
index ac890e36e33..9ec251b7721 100644
--- a/mail/pine/PLIST
+++ b/mail/pine/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/13 20:43:42 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:48 skrll Exp $
bin/pgpdecode
bin/pgpencrypt
bin/pgpsign
@@ -17,7 +17,7 @@ share/pine/contrib/utils/sendit.sh
share/pine/contrib/utils/sendtoall
share/pine/contrib/utils/txtcc.sh
share/examples/pine/dot.pinerc.pgp
-@unexec if cmp -s %D/etc/pine.conf %D/share/examples/pine/pine.conf; then rm -f %D/etc/pine.conf; fi
+@unexec if cmp -s %D/etc/pine.conf %D/share/examples/pine/pine.conf; then ${RM} -f %D/etc/pine.conf; fi
share/examples/pine/pine.conf
@exec if [ ! -f %D/etc/pine.conf ]; then cp -p %D/share/examples/pine/pine.conf %D/etc/; fi
share/examples/pine/pine.conf.fixed
diff --git a/mail/popa3d/PLIST b/mail/popa3d/PLIST
index 9a684af2f02..84165a4e0f4 100644
--- a/mail/popa3d/PLIST
+++ b/mail/popa3d/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2001/12/23 23:03:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:48 skrll 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} -p %D/share/empty
@dirrm share/empty
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
diff --git a/mail/sendmail-current/PLIST.common b/mail/sendmail-current/PLIST.common
index a2a8efbab2f..46bd72b0fe7 100644
--- a/mail/sendmail-current/PLIST.common
+++ b/mail/sendmail-current/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.1 2001/11/01 01:04:12 zuntum Exp $
+@comment $NetBSD: PLIST.common,v 1.2 2002/02/15 10:12:48 skrll Exp $
bin/newaliases
bin/mailq
bin/hoststat
@@ -187,5 +187,5 @@ share/sendmail/siteconfig/uucp.ucbvax.m4
@dirrm share/sendmail/hack
@dirrm share/sendmail/feature
@dirrm share/sendmail/domain
-@unexec rm -rf %D/share/sendmail/cf
+@unexec ${RM} -rf %D/share/sendmail/cf
@dirrm share/sendmail
diff --git a/mail/sendmail/PLIST b/mail/sendmail/PLIST
index 33c47f834d0..cfd64a90c5d 100644
--- a/mail/sendmail/PLIST
+++ b/mail/sendmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:19 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:48 skrll Exp $
bin/newaliases
bin/mailq
bin/hoststat
@@ -187,5 +187,5 @@ share/sendmail/siteconfig/uucp.ucbvax.m4
@dirrm share/sendmail/hack
@dirrm share/sendmail/feature
@dirrm share/sendmail/domain
-@unexec rm -rf %D/share/sendmail/cf
+@unexec ${RM} -rf %D/share/sendmail/cf
@dirrm share/sendmail
diff --git a/mail/sendmail88/PLIST b/mail/sendmail88/PLIST
index 42f4e605cf4..df85285a625 100644
--- a/mail/sendmail88/PLIST
+++ b/mail/sendmail88/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:21 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll Exp $
etc/mailer.conf.sendmail
libexec/sendmail/sendmail
libexec/sendmail/smrsh
@@ -110,5 +110,5 @@ share/sendmail/README
@dirrm share/sendmail/hack
@dirrm share/sendmail/feature
@dirrm share/sendmail/domain
-@unexec rm -rf %D/share/sendmail/cf
+@unexec ${RM} -rf %D/share/sendmail/cf
@dirrm share/sendmail
diff --git a/mail/vm/PLIST.emacs b/mail/vm/PLIST.emacs
index 30671855c83..073c52a1036 100644
--- a/mail/vm/PLIST.emacs
+++ b/mail/vm/PLIST.emacs
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.emacs,v 1.2 2001/12/11 15:49:26 wiz Exp $
+@comment $NetBSD: PLIST.emacs,v 1.3 2002/02/15 10:12:49 skrll Exp $
bin/base64-decode
bin/base64-encode
bin/qp-decode
@@ -178,4 +178,4 @@ share/emacs/site-lisp/vm/vm.el
share/emacs/site-lisp/vm/vm.elc
@dirrm share/emacs/site-lisp/vm/pixmaps
@dirrm share/emacs/site-lisp/vm
-@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
diff --git a/mail/xmailbox/PLIST b/mail/xmailbox/PLIST
index cda817e7afe..f288191e498 100644
--- a/mail/xmailbox/PLIST
+++ b/mail/xmailbox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:47 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:49 skrll 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
-@unexec rm -rf %D/share/xmailbox
+@exec ${MKDIR} -p %D/share/xmailbox
+@unexec ${RM} -rf %D/share/xmailbox