diff options
Diffstat (limited to 'security/drweb-postfix/Makefile')
-rw-r--r-- | security/drweb-postfix/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/drweb-postfix/Makefile b/security/drweb-postfix/Makefile index 190b1dfa0b78..c54a86937488 100644 --- a/security/drweb-postfix/Makefile +++ b/security/drweb-postfix/Makefile @@ -6,10 +6,10 @@ # PORTNAME= drweb_postfix -PORTVERSION= 4.29.10a +PORTVERSION= 4.29.12d CATEGORIES= security mail MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/ -DISTNAME= drweb-clients-4.29.10-A-sources +DISTNAME= drweb-clients-4.29.12-D-sources MAINTAINER= zaa@ulstu.ru COMMENT= Postfix message filter for virus processing through DrWeb daemon @@ -24,7 +24,7 @@ DOC_DIR= ${PREFIX}/share/doc/drweb-postfix LANGS=en-ru CONFS=drweb_postfix users viruses addresses TMPLS=archive-admin archive-sender error-admin error-sender skip-sender \ - virus-admin virus-rcpts virus-sender + virus-admin virus-rcpts virus-sender rule-admin DOCS=addresses_list.rus.txt addresses_list.txt conf_file.rus.txt \ conf_file.txt notify.rus.txt notify.txt readme readme.rus \ users_list.rus.txt users_list.txt viruses_list.rus.txt viruses_list.txt @@ -44,6 +44,7 @@ post-configure: ${ECHO_CMD} n; \ ${ECHO_CMD} n; \ ${ECHO_CMD} n; \ + ${ECHO_CMD} n; \ ${ECHO_CMD} y; \ ${ECHO_CMD} n; \ ${ECHO_CMD} n; \ |