aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailscanner/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-06-10 05:53:19 +0800
committerpav <pav@FreeBSD.org>2006-06-10 05:53:19 +0800
commite392b18a9397cd3f11625e30135b50dc20ab6b90 (patch)
treeb8b98a20aa080214172d979b51af8f613a98b5ef /mail/mailscanner/Makefile
parentf1c1b6f98a9aee892a874b0a56ce160f1606caf5 (diff)
downloadfreebsd-ports-gnome-e392b18a9397cd3f11625e30135b50dc20ab6b90.tar.gz
freebsd-ports-gnome-e392b18a9397cd3f11625e30135b50dc20ab6b90.tar.zst
freebsd-ports-gnome-e392b18a9397cd3f11625e30135b50dc20ab6b90.zip
- Fix gunzip path
PR: ports/98716 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
Diffstat (limited to 'mail/mailscanner/Makefile')
-rw-r--r--mail/mailscanner/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index 3db1ff6ec123..95585f594cfc 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MailScanner
PORTVERSION= 4.54.6
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -141,6 +142,7 @@ do-build:
s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \
s,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \
s,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g; \
+ s,/bin/gunzip,/usr/bin/gunzip,g; \
s,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g;' \
${WRKSRC}/etc/MailScanner.conf
${PERL} -pi -e \