diff options
Diffstat (limited to 'mail/simscan/Makefile')
-rw-r--r-- | mail/simscan/Makefile | 4 |
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: |