diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-17 21:42:11 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-07-17 21:42:11 +0000 |
commit | b7847f5b55ec37a418fcdc5bfe31d0a56696f89d (patch) | |
tree | dc5bebd32e961184a267cb1ddd799b8ec3ca14b1 /security/amavisd-new | |
parent | 45c7bf3e02e5d877c09669ba035d6f8e8fc2d52b (diff) | |
download | ports-b7847f5b55ec37a418fcdc5bfe31d0a56696f89d.tar.gz ports-b7847f5b55ec37a418fcdc5bfe31d0a56696f89d.zip |
Notes
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 656c167a0d56..cc6d85f24080 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,6 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.3.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ @@ -77,8 +78,12 @@ AMAVIS_NOAMAVIS="@comment " .endif .if defined(WITH_MILTER) && !defined(AMAVIS_NOAMAVIS) +.if ${OSVERSION} >= 500037 USE_RCORDER+= amavis-milter.sh .else +USE_RC_SUBR+= amavis-milter.sh +.endif +.else AMAVIS_NOMILTER="@comment " .endif |