diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:29:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:29:30 +0000 |
commit | dff88901c6959ef035b4c76e28b67cbf8f4bb1ab (patch) | |
tree | 99e87881882f2bdc3b3fb43b9a29ca65bb2dad58 /mail | |
parent | ef197774195fa582fbf8f86e36b9fbd9be761e7d (diff) | |
download | pkgsrc-dff88901c6959ef035b4c76e28b67cbf8f4bb1ab.tar.gz |
whitespace cleanup & command replacement
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 7 |
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 |