pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mimedefang Fix path of clamscan. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb2afa21d306
branches:  trunk
changeset: 495788:fb2afa21d306
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jun 20 10:20:45 2005 +0000

description:
Fix path of clamscan. Bump PKGREVISION.

diffstat:

 mail/mimedefang/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r fc84d8b55ba8 -r fb2afa21d306 mail/mimedefang/Makefile
--- a/mail/mimedefang/Makefile  Mon Jun 20 09:52:40 2005 +0000
+++ b/mail/mimedefang/Makefile  Mon Jun 20 10:20:45 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2005/06/16 06:58:03 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/06/20 10:20:45 markd Exp $
 
 DISTNAME=              mimedefang-2.52
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://www.mimedefang.org/static/
 
@@ -56,7 +57,7 @@
 #      can be found at runtime. -- they have to be listed
 #      in the environment, as the --enable-<> flags don't work
 CONFIGURE_ENV+=                CLAMD=${PREFIX}/sbin/clamd
-CONFIGURE_ENV+=                CLAMSCAN=${PREFIX}/sbin/clamscan
+CONFIGURE_ENV+=                CLAMSCAN=${PREFIX}/bin/clamscan
 CONFIGURE_ENV+=                FPROT=${PREFIX}/bin/f-prot
 CONFIGURE_ENV+=                NAI=${PREFIX}/bin/uvscan
 



Home | Main Index | Thread Index | Old Index