diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-27 20:45:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-27 20:45:09 +0800 |
commit | e45011b8f08d883e4e6d89b72f62719a26f5c580 (patch) | |
tree | 547d322f715c513740bdbc84f0f4714b5f5fcb01 /security/amavisd-milter/Makefile | |
parent | 4f4c424c45f7262a93062bf4521a0d93af575391 (diff) | |
download | freebsd-ports-gnome-e45011b8f08d883e4e6d89b72f62719a26f5c580.tar.gz freebsd-ports-gnome-e45011b8f08d883e4e6d89b72f62719a26f5c580.tar.zst freebsd-ports-gnome-e45011b8f08d883e4e6d89b72f62719a26f5c580.zip |
- Update to 1.4.0
PR: 131945
Submitted by: Petr Rehor <prehor@gmail.com> (maintainer)
Diffstat (limited to 'security/amavisd-milter/Makefile')
-rw-r--r-- | security/amavisd-milter/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/amavisd-milter/Makefile b/security/amavisd-milter/Makefile index 19f064fbc283..772da3787208 100644 --- a/security/amavisd-milter/Makefile +++ b/security/amavisd-milter/Makefile @@ -6,11 +6,9 @@ # PORTNAME= amavisd-milter -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= security mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= prehor@gmail.com COMMENT= Milter for amavisd-new @@ -33,6 +31,7 @@ AMAVISUSER?= vscan AMAVISDIR?= /var/amavis GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${AMAVISDIR} --with-working-dir=tmp USE_RC_SUBR= ${PORTNAME}.sh SUB_FILES= pkg-message |