diff options
author | obache <obache@pkgsrc.org> | 2006-11-14 12:31:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-14 12:31:30 +0000 |
commit | ea62f8ee9eda16969ceba2ca76e3ff41be9c7844 (patch) | |
tree | 0545da48cf9de053664f2244b72225fe4b7ba45f /mail/sma/Makefile | |
parent | e2b884d520d578828f2185ce9a681d2defbdf2b2 (diff) | |
download | pkgsrc-ea62f8ee9eda16969ceba2ca76e3ff41be9c7844.tar.gz |
Update mail/sma to 1.4.
Patch provided by ISIHARA Takanori in PR 34743.
HISTORY file:
Version 1.4, 2003/10/16
* Portugese language patch, apply with "patch < contrib/portugese.diff"
(Thanks Ronaldo Lazzari)
* Added msgid for clog (%i) (Thanks Ed Klavins)
* Fixed a bug in HTML formatted "Relay Pairs" section
(Thanks Wijnand Reimink for finding out the bug..)
* Feature patch from Andrew Caird.
"Downcase all addresses. This is so that foo@bar.com is equivilant to
FOO@BAR.Com and Foo@Bar.com and they all get counted the same in the
counts." New command line option '-A' (conf file: DowncaseAddresses).
* Fixed a bug with sendmail AUTH parsing (Thanks for Daniel Melanchthon)
(as a side effect, postfix logs seem to get parsed also.. :-)
* Do not cut lines in status/rejected sections of ascii report
(Suggested by Jeff Bronson)
Diffstat (limited to 'mail/sma/Makefile')
-rw-r--r-- | mail/sma/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 817f1c47478..314097f7658 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/14 12:31:30 obache Exp $ -DISTNAME= sma-1.3.2 +DISTNAME= sma-1.4 CATEGORIES= mail MASTER_SITES= http://www.klake.org/sma/dl/ @@ -19,7 +19,7 @@ BUILD_TARGET= sma .if empty(LOWER_OPSYS:Mirix5*) CFLAGS+= -DUSE_REGEXP .endif -INSTALLATION_DIRS= bin man/man8 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 do-install: cd ${WRKSRC}; \ |