diff options
author | heinz <heinz> | 2002-11-06 21:51:26 +0000 |
---|---|---|
committer | heinz <heinz> | 2002-11-06 21:51:26 +0000 |
commit | 5ffd4a6dc7f0c0911d9f4edace7003133d1e0afc (patch) | |
tree | fbc226b8ccd401443de1dd828a882d41051129e5 /mail/spamassassin/Makefile | |
parent | a0c479a47841a6e9c8c45b96e312ea1c8a3e6920 (diff) | |
download | pkgsrc-5ffd4a6dc7f0c0911d9f4edace7003133d1e0afc.tar.gz |
Changed the rc.d script to account for different behaviour of
load_rc_config in NetBSD 1.6. This resolves PR pkg/18928 by Frank Cusack
(fcusack at fcusack com).
The rc.d script is now called on 'shutdown'.
Included fixes from SA CVS repository (2002-10-21) to minimize
impact of Razor2 on the environment vector, especially PATH.
Bumped PKGREVISION.
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 75715b7535a..73b681e1396 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2002/10/21 12:39:30 heinz Exp $ +# $NetBSD: Makefile,v 1.14 2002/11/06 21:51:26 heinz Exp $ DISTNAME= Mail-SpamAssassin-2.43 PKGNAME= spamassassin-2.43 -PKGREVISION= # empty +PKGREVISION= 1 SVR4_PKGNAME= sa CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} \ |