summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile6
-rw-r--r--mail/cyrus-imapd2/Makefile6
-rw-r--r--mail/cyrus-imapd22/Makefile6
-rw-r--r--mail/cyrus-imapd23/Makefile6
-rw-r--r--mail/cyrus-imapd24/Makefile6
-rw-r--r--mail/cyrus/Makefile6
-rw-r--r--mail/majordomo/Makefile26
-rw-r--r--mail/mutt-devel/Makefile6
-rw-r--r--mail/mutt/Makefile6
-rw-r--r--mail/mutt14/Makefile6
-rw-r--r--mail/nmh/Makefile4
-rw-r--r--mail/postfix-current/Makefile10
-rw-r--r--mail/postfix/Makefile10
-rw-r--r--mail/postfix1/Makefile10
-rw-r--r--mail/postfix20/Makefile10
-rw-r--r--mail/postfix21/Makefile10
-rw-r--r--mail/postfix22/Makefile10
-rw-r--r--mail/postfix23/Makefile10
-rw-r--r--mail/postfix24/Makefile10
-rw-r--r--mail/postfix25/Makefile10
-rw-r--r--mail/postfix26/Makefile10
-rw-r--r--mail/postfix27/Makefile10
-rw-r--r--mail/postfix28/Makefile10
-rw-r--r--mail/smail/Makefile16
-rw-r--r--mail/smtpd/Makefile18
-rw-r--r--mail/tkrat/Makefile4
-rw-r--r--mail/tkrat2/Makefile4
-rw-r--r--mail/wmpop3/Makefile6
-rw-r--r--mail/youbin/Makefile4
29 files changed, 129 insertions, 127 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus-imapd2/Makefile
+++ b/mail/cyrus-imapd2/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile
index ee9349ef0af1..f60f28b4b7b3 100644
--- a/mail/cyrus/Makefile
+++ b/mail/cyrus/Makefile
@@ -3,7 +3,7 @@
# Date created: May 4th 1997
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $
+# $Id: Makefile,v 1.19 1999/05/28 16:38:38 nectar Exp $
#
DISTNAME= cyrus-imapd-v1.5.19
@@ -75,10 +75,10 @@ post-install:
${PREFIX}/etc/imap/msg
${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck
${TOUCH} ${PREFIX}/etc/imap/mailboxes
- chmod 640 ${PREFIX}/etc/imap/mailboxes
+ ${CHMOD} 640 ${PREFIX}/etc/imap/mailboxes
@sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \
>${PREFIX}/etc/rc.d/cyrus.sh
- @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh
+ @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh
@PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index 0557308a84d7..8211adbf3fb0 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 October 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.15 1999/07/04 21:20:21 steve Exp $
+# $Id: Makefile,v 1.16 1999/07/12 04:09:14 mharo Exp $
#
DISTNAME= majordomo-1.94.4
@@ -44,12 +44,12 @@ post-install:
@ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \
${MKDIR} ${PREFIX}/majordomo/$$dir; \
done
- @ /usr/sbin/chown majordom.majordom ${PREFIX}/majordomo/tmp
- @ /bin/chmod 700 ${PREFIX}/majordomo/tmp
- @ /bin/chmod 755 ${PREFIX}/majordomo
+ @ ${CHOWN} majordom.majordom ${PREFIX}/majordomo/tmp
+ @ ${CHMOD} 700 ${PREFIX}/majordomo/tmp
+ @ ${CHMOD} 755 ${PREFIX}/majordomo
@ for dir in digests lists lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \
- /usr/sbin/chown majordom.majordom ${PREFIX}/majordomo/$$dir; \
- /bin/chmod 775 ${PREFIX}/majordomo/$$dir; \
+ ${CHOWN} majordom.majordom ${PREFIX}/majordomo/$$dir; \
+ ${CHMOD} 775 ${PREFIX}/majordomo/$$dir; \
done
.if !defined(NOPORTDOCS)
@ for file in Changelog FUTURE INSTALL LICENSE NEWLIST README; do \
@@ -66,13 +66,13 @@ post-install:
done
@ ln -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info
@ ln -sf test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd
- @ /bin/chmod 660 ${PREFIX}/majordomo/lists/test-l.passwd
- @ /usr/sbin/chown -R majordom.majordom ${PREFIX}/majordomo/lists
- @ /bin/chmod -R 664 ${PREFIX}/majordomo/lists
- @ /bin/chmod 775 ${PREFIX}/majordomo/lists
- @ /bin/chmod 775 ${PREFIX}/majordomo/lists/test-l.archive
- @ /bin/chmod 775 ${PREFIX}/majordomo/lists/test-l-digest.archive
- @ /bin/chmod 660 ${PREFIX}/majordomo/lists/*.passwd
+ @ ${CHMOD} 660 ${PREFIX}/majordomo/lists/test-l.passwd
+ @ ${CHOWN} -R majordom.majordom ${PREFIX}/majordomo/lists
+ @ ${CHMOD} -R 664 ${PREFIX}/majordomo/lists
+ @ ${CHMOD} 775 ${PREFIX}/majordomo/lists
+ @ ${CHMOD} 775 ${PREFIX}/majordomo/lists/test-l.archive
+ @ ${CHMOD} 775 ${PREFIX}/majordomo/lists/test-l-digest.archive
+ @ ${CHMOD} 660 ${PREFIX}/majordomo/lists/*.passwd
.if !defined(BATCH)
@ /usr/bin/more -e ${FILESDIR}/post-install-notes
.endif
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 835a2640539f..3a5b496e3ce9 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.65 1999/08/05 17:29:38 obrien Exp $
+# $Id: Makefile,v 1.66 1999/08/22 09:00:23 obrien Exp $
DISTNAME= mutt-0.95.7i
PKGNAME= mutt-0.95.7
@@ -65,7 +65,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-build:
- touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
+ ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
ed -s ${WRKSRC}/doc/mutt.man
@@ -81,7 +81,7 @@ post-install:
@strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
- @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
+ @${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
${PREFIX}/share/doc/mutt
.if defined(BATCH)
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 835a2640539f..3a5b496e3ce9 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.65 1999/08/05 17:29:38 obrien Exp $
+# $Id: Makefile,v 1.66 1999/08/22 09:00:23 obrien Exp $
DISTNAME= mutt-0.95.7i
PKGNAME= mutt-0.95.7
@@ -65,7 +65,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-build:
- touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
+ ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
ed -s ${WRKSRC}/doc/mutt.man
@@ -81,7 +81,7 @@ post-install:
@strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
- @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
+ @${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
${PREFIX}/share/doc/mutt
.if defined(BATCH)
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 835a2640539f..3a5b496e3ce9 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.65 1999/08/05 17:29:38 obrien Exp $
+# $Id: Makefile,v 1.66 1999/08/22 09:00:23 obrien Exp $
DISTNAME= mutt-0.95.7i
PKGNAME= mutt-0.95.7
@@ -65,7 +65,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-build:
- touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
+ ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
ed -s ${WRKSRC}/doc/mutt.man
@@ -81,7 +81,7 @@ post-install:
@strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
- @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
+ @${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
${PREFIX}/share/doc/mutt
.if defined(BATCH)
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index c016ef08687e..312dd3e54a5b 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Feb 1999
# Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
#
-# $Id: Makefile,v 1.13 1999/02/23 03:17:04 jkoshy Exp $
+# $Id: Makefile,v 1.14 1999/05/10 17:47:01 flathill Exp $
#
# Makefile variables of interest:
#
@@ -70,6 +70,6 @@ post-patch:
post-install:
@PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL
chgrp mail ${PREFIX}/bin/inc
- chmod g+s ${PREFIX}/bin/inc
+ ${CHMOD} g+s ${PREFIX}/bin/inc
.include <bsd.port.mk>
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix1/Makefile
+++ b/mail/postfix1/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix20/Makefile
+++ b/mail/postfix20/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix21/Makefile
+++ b/mail/postfix21/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 3c0d378f2d33..b13c51ed22c3 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1999
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $
+# $Id: Makefile,v 1.3 1999/08/04 13:52:58 billf Exp $
#
DISTNAME= postfix-19990601
@@ -34,7 +34,7 @@ SHAREMODE= 0644
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix
- @/usr/sbin/chown root:wheel ${PREFIX}/etc/postfix
+ @${CHOWN} root:wheel ${PREFIX}/etc/postfix
@${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \
${PREFIX}/etc/postfix/LICENSE
@for f in access main.cf master.cf ; do \
@@ -97,7 +97,7 @@ replace:
@${ECHO_MSG} "===> Replacing sendmail"
@if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \
- chmod 0 /usr/sbin/sendmail.OFF; \
+ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \
@@ -105,7 +105,7 @@ replace:
@${ECHO_MSG} "===> Replacing mailq"
@if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \
- chmod 0 /usr/bin/mailq.OFF; \
+ ${CHMOD} 0 /usr/bin/mailq.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \
@@ -113,7 +113,7 @@ replace:
@${ECHO_MSG} "===> Replacing newaliases"
@if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \
- chmod 0 /usr/bin/newaliases.OFF; \
+ ${CHMOD} 0 /usr/bin/newaliases.OFF; \
fi
@if [ -e ${PREFIX}/sbin/sendmail ]; then \
${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index c594b14fd518..7d3ba0ecb164 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.21 1998/09/17 10:53:27 asami Exp $
+# $Id: Makefile,v 1.22 1999/05/02 20:27:11 torstenb Exp $
#
DISTNAME= smail-3.2.0.106
@@ -15,7 +15,9 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
MAINTAINER= torstenb@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
+.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
+.endif
INSTALL_TARGET= install installman
@@ -37,28 +39,28 @@ replace:
if [ -e /usr/sbin/sendmail ]; then \
${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.BAK; \
if [ -f /usr/sbin/sendmail.BAK ]; then \
- chmod 0 /usr/sbin/sendmail.BAK; \
+ ${CHMOD} 0 /usr/sbin/sendmail.BAK; \
fi;\
fi
if [ -e ${PREFIX}/bin/smail ]; then \
- cp -fp ${PREFIX}/bin/smail /usr/sbin/sendmail; \
+ ${CP} -fp ${PREFIX}/bin/smail /usr/sbin/sendmail; \
fi
if [ -f /usr/sbin/mailstats ]; then \
- chmod 0 /usr/sbin/mailstats; \
+ ${CHMOD} 0 /usr/sbin/mailstats; \
fi
if [ -e /usr/bin/newaliases ]; then \
${MV} -f /usr/bin/newaliases /usr/bin/newaliases.BAK; \
if [ -f /usr/bin/newaliases.BAK ]; then \
- chmod 0 /usr/bin/newaliases.BAK; \
+ ${CHMOD} 0 /usr/bin/newaliases.BAK; \
fi;\
fi
if [ -e ${PREFIX}/bin/newaliases ]; then \
- cp -fp ${PREFIX}/bin/newaliases /usr/bin/newaliases; \
+ ${CP} -fp ${PREFIX}/bin/newaliases /usr/bin/newaliases; \
fi
if [ -e /usr/bin/mailq ]; then \
${MV} -f /usr/bin/mailq /usr/bin/mailq.BAK; \
if [ -f /usr/bin/mailq.BAK ]; then \
- chmod 0 /usr/bin/mailq.BAK; \
+ ${CHMOD} 0 /usr/bin/mailq.BAK; \
fi;\
fi
if [ -e ${PREFIX}/bin/mailq ]; then \
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
index e4061eefcbe0..5da753c56af2 100644
--- a/mail/smtpd/Makefile
+++ b/mail/smtpd/Makefile
@@ -3,7 +3,7 @@
# Date created: 06 Feb 1998
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 01:58:51 obrien Exp $
+# $Id: Makefile,v 1.2 1998/07/03 23:30:14 steve Exp $
#
DISTNAME= smtpd-2.0
@@ -30,16 +30,16 @@ post-install:
@${ECHO} "Creating spool directories..."
@${MKDIR} ${SPOOLBASE}
- @chown root.uucp ${SPOOLBASE}
- @chmod 0710 ${SPOOLBASE}
+ @${CHOWN} root.uucp ${SPOOLBASE}
+ @${CHMOD} 0710 ${SPOOLBASE}
@${MKDIR} ${SPOOLBASE}/mqueue
- @chown uucp.uucp ${SPOOLBASE}/mqueue
- @chmod 0700 ${SPOOLBASE}/mqueue
+ @${CHOWN} uucp.uucp ${SPOOLBASE}/mqueue
+ @${CHMOD} 0700 ${SPOOLBASE}/mqueue
@${MKDIR} ${SPOOLBASE}/etc
- @chown root.uucp ${SPOOLBASE}/etc
- @chmod 0710 ${SPOOLBASE}/etc
+ @${CHOWN} root.uucp ${SPOOLBASE}/etc
+ @${CHMOD} 0710 ${SPOOLBASE}/etc
.if !defined(BATCH)
@${CP} -p /etc/resolv.conf ${SPOOLBASE}/etc
@${CP} -p /etc/localtime ${SPOOLBASE}/etc
@@ -60,8 +60,8 @@ post-install:
@sed s+!!PREFIX!!+${PREFIX}+ \
< ${FILESDIR}/smtpd.sh \
> ${PREFIX}/etc/rc.d/smtpd.sh
- @chmod 0700 ${PREFIX}/etc/rc.d/smtpd.sh
- @chown 0.0 ${PREFIX}/etc/rc.d/smtpd.sh
+ @${CHMOD} 0700 ${PREFIX}/etc/rc.d/smtpd.sh
+ @${CHOWN} 0.0 ${PREFIX}/etc/rc.d/smtpd.sh
@${ECHO} "Done!"
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile
index d9246c483540..25ebfc37784c 100644
--- a/mail/tkrat/Makefile
+++ b/mail/tkrat/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 October 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
-# $Id: Makefile,v 1.15 1999/03/15 01:29:18 nectar Exp $
+# $Id: Makefile,v 1.16 1999/04/27 20:15:37 mharo Exp $
#
DISTNAME= tkrat-1.2
@@ -38,6 +38,6 @@ post-install:
.endif
@${MKDIR} ${PREFIX}/lib/ratatosk
${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk
- #/bin/chmod ugo+wt /var/mail
+ #${CHMOD} ugo+wt /var/mail
.include <bsd.port.mk>
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile
index d9246c483540..25ebfc37784c 100644
--- a/mail/tkrat2/Makefile
+++ b/mail/tkrat2/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 October 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
-# $Id: Makefile,v 1.15 1999/03/15 01:29:18 nectar Exp $
+# $Id: Makefile,v 1.16 1999/04/27 20:15:37 mharo Exp $
#
DISTNAME= tkrat-1.2
@@ -38,6 +38,6 @@ post-install:
.endif
@${MKDIR} ${PREFIX}/lib/ratatosk
${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk
- #/bin/chmod ugo+wt /var/mail
+ #${CHMOD} ugo+wt /var/mail
.include <bsd.port.mk>
diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile
index 6b8a36fa34c0..4c14ceeb82a9 100644
--- a/mail/wmpop3/Makefile
+++ b/mail/wmpop3/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Mar 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1999/07/17 04:04:32 cpiazza Exp $
+# $Id: Makefile,v 1.4 1999/08/14 07:49:11 jim Exp $
#
DISTNAME= WMPop3-0.5.6a
@@ -27,11 +27,11 @@ pre-build:
post-install:
@${ECHO} "===> Installing wmpop3rc in ${PREFIX}/share/examples/wmpop3"
@${ECHO} "===> Modify to your config and copy to ~/.wmpop3rc"
- @${MKDIR} ${PREFIX}/share/examples/wmpop3 && chmod a+rx ${PREFIX}/share/examples/wmpop3
+ @${MKDIR} ${PREFIX}/share/examples/wmpop3 && ${CHMOD} a+rx ${PREFIX}/share/examples/wmpop3
@${INSTALL_DATA} ${WRKSRC}/wmpop3rc ${PREFIX}/share/examples/wmpop3
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpop3"
@${ECHO} "===> Please read it for usage instructions"
- @${MKDIR} ${PREFIX}/share/doc/wmpop3 && chmod a+rx ${PREFIX}/share/doc/wmpop3
+ @${MKDIR} ${PREFIX}/share/doc/wmpop3 && ${CHMOD} a+rx ${PREFIX}/share/doc/wmpop3
@${INSTALL_DATA} ${WRKDIR}/${PKGNAME}/README ${PREFIX}/share/doc/wmpop3
.include <bsd.port.mk>
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile
index 2d2c5ca7e0ef..62777507d7dc 100644
--- a/mail/youbin/Makefile
+++ b/mail/youbin/Makefile
@@ -4,7 +4,7 @@
# Date created: 09 Aug 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.16 1998/12/10 03:09:13 steve Exp $
+# $Id: Makefile,v 1.17 1999/03/29 07:50:14 asami Exp $
#
DISTNAME= youbin-2.13
@@ -37,7 +37,7 @@ post-install:
echo " ${PREFIX}/sbin/youbind ; echo -n ' youbind'" \
>> ${STARTUP_SCRIPT} ; \
echo "fi" >> ${STARTUP_SCRIPT} ; \
- chmod 755 ${STARTUP_SCRIPT} ; \
+ ${CHMOD} 755 ${STARTUP_SCRIPT} ; \
fi
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL