diff options
author | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
commit | 6a61c12638fa0b8cfa31e3b17fcc61b172750bf8 (patch) | |
tree | 8da29b5c3584f56ad795de61b8510a209d489316 /mail/exim/Makefile | |
parent | 611ae146a05ac1e2a6af32bce663a693bbf58a0c (diff) | |
download | pkgsrc-6a61c12638fa0b8cfa31e3b17fcc61b172750bf8.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d4252946bae..cebbd32bb4e 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/01/24 21:07:35 ad Exp $ +# $NetBSD: Makefile,v 1.18 2001/01/26 05:21:45 hubertf Exp $ DISTNAME= exim-3.20 CATEGORIES= mail net @@ -38,7 +38,7 @@ post-install: ${MKDIR} ${PREFIX}/etc/rc.d ${SED} -e 's:@PREFIX@:${PREFIX}:' \ < ${FILESDIR}/exim.sh \ - > ${PREFIX}/etc/rc.d/exim.sh + > ${PREFIX}/etc/rc.d/exim ${SED} -e 's:@PREFIX@:${PREFIX}:' \ < ${FILESDIR}/exim_newaliases \ > ${PREFIX}/sbin/exim_newaliases |