aboutsummaryrefslogtreecommitdiff
path: root/mail/simscan
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-09-10 12:58:04 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-09-10 12:58:04 +0000
commitadbd08cb8898c119456c84ed083ad5d3064b2b53 (patch)
treef7efa42a77de8901338e0027ec64446b777bc6e5 /mail/simscan
parente8484707a82a396aa40e2d0794f383635d97d7a3 (diff)
downloadports-adbd08cb8898c119456c84ed083ad5d3064b2b53.tar.gz
ports-adbd08cb8898c119456c84ed083ad5d3064b2b53.zip
- Fix REINPLACE_CMD added on my last commit to fix clamav detection.
Noticed by: Wendell Martins Borges <wendell@ramenzoni.com.br>
Notes
Notes: svn path=/head/; revision=199268
Diffstat (limited to 'mail/simscan')
-rw-r--r--mail/simscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile
index 20b6fd5ac4cb..96eb0678789e 100644
--- a/mail/simscan/Makefile
+++ b/mail/simscan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= simscan
PORTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail security
MASTER_SITES= http://www.inter7.com/simscan/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
@@ -115,7 +115,7 @@ if ! ${TEST} -f ${QMAIL_QUEUE}; then \
fi
post-patch:
- @${REINPLACE_CMD} -E 's,($f/daily.cvd"),\1 || test -d "$f/daily.inc",' \
+ @${REINPLACE_CMD} -E 's,($f/daily.cvd"),\1 || test -d "$$f/daily.inc",' \
${WRKSRC}/configure
pre-configure: