summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:29:30 +0000
committerwiz <wiz>2000-01-09 01:29:30 +0000
commitf9a766cac4c81dcea579fbdd9d3eef588310debc (patch)
tree99e87881882f2bdc3b3fb43b9a29ca65bb2dad58 /mail
parent52e57a4ea074e3a272ea1e3615a6555a903f54e3 (diff)
downloadpkgsrc-f9a766cac4c81dcea579fbdd9d3eef588310debc.tar.gz
whitespace cleanup & command replacement
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index ec41e4ab10f..fa42edccb38 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.9 1999/12/10 00:26:14 ad Exp $
+# $NetBSD: Makefile,v 1.10 2000/01/09 01:29:30 wiz Exp $
DISTNAME= exim-3.12
CATEGORIES= mail net
-
MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \
ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/
-
DISTFILES= exim-3.12.tar.gz exim-html-3.10.tar.gz
+
MAINTAINER= ad@netbsd.org
HOMEPAGE= http://www.exim.org/
@@ -41,7 +40,7 @@ post-install:
${SED} -e 's:@PREFIX@:${PREFIX}:' \
< ${FILESDIR}/exim_newaliases \
> ${PREFIX}/sbin/exim_newaliases
- chmod ugo+x ${PREFIX}/sbin/exim_newaliases
+ ${CHMOD} ugo+x ${PREFIX}/sbin/exim_newaliases
${SED} -e 's:@PREFIX@:${PREFIX}:' \
< ${FILESDIR}/mailer.conf.exim \
> ${PREFIX}/etc/exim/mailer.conf.exim