diff options
author | snj <snj@pkgsrc.org> | 2004-03-29 02:17:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-29 02:17:24 +0000 |
commit | 1eae14e2635e42280aa4378e65bd55fb257dcf88 (patch) | |
tree | 8dad71869b3164ca1e364f53656c03eb12ccb9bc /mail/metamail/Makefile | |
parent | 91032e6d5f51ec70b6ffec51b7fd1d3bf5725266 (diff) | |
download | pkgsrc-1eae14e2635e42280aa4378e65bd55fb257dcf88.tar.gz |
Call /usr/sbin/sendmail instead of /usr/lib/sendmail. It's wrong to
assume that we want /usr/sbin/sendmail, but we don't currently have a
good solution to that problem, and this is consistent with an existing
change that was made to this package.
Closes PR pkg/24678.
Diffstat (limited to 'mail/metamail/Makefile')
-rw-r--r-- | mail/metamail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 0f2e2e8fdcc..6825c8122e5 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2004/02/28 20:04:40 snj Exp $ +# $NetBSD: Makefile,v 1.27 2004/03/29 02:17:24 snj Exp $ DISTNAME= mm2.7 PKGNAME= metamail-2.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ EXTRACT_SUFX= .tar.Z |