1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Move drweb-dependent configuration into pre-install section

Fix one spelling mistake in diagnostic
This commit is contained in:
Andrey A. Chernov 2001-10-03 08:08:07 +00:00
parent e8858fa43c
commit 66d0500da5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48384
2 changed files with 12 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= drweb_sendmail
PORTVERSION= 4.26
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security mail
MASTER_SITES= http://www.drweb.ru/ftp/web_pub/
DISTNAME= drwebd-${PORTVERSION}-freebsd4
@ -80,7 +80,7 @@ post-configure:
} | ./configure
# Not fully used yet
post-build:
pre-install:
cd ${WRKSRC}/../sendmail && { \
${ECHO} y; \
${ECHO} "${PREFIX}/sbin"; \

View File

@ -1,5 +1,5 @@
--- dw_filter.c.orig Thu Sep 27 01:00:46 2001
+++ dw_filter.c Wed Oct 3 06:25:53 2001
+++ dw_filter.c Wed Oct 3 11:56:41 2001
@@ -606,7 +606,7 @@
}
else
@ -18,3 +18,12 @@
priv->fname_tmp = strdup( ShareTemplate );
if( !priv->fname_tmp )
{
@@ -983,7 +983,7 @@
}
else
{
- wprintLib( "message sent by %s is okey.\n", priv->from );
+ wprintLib( "message sent by %s is okay.\n", priv->from );
exit_code = SMFIS_ACCEPT;
}
if( bLocal && (virus == 0) && (exit_code == SMFIS_ACCEPT) && (status & DERR_EVAL_KEY) && (priv->body_offset > 0) )