diff options
author | markd <markd> | 2005-06-20 10:20:45 +0000 |
---|---|---|
committer | markd <markd> | 2005-06-20 10:20:45 +0000 |
commit | a435384469b8ee26355a0908769919852feb6006 (patch) | |
tree | 93cde3f72fdc8d183067ae775a9ee18312cf69ed /mail | |
parent | 446bc58ef456b1d5d6423ab2cf788b5e761cf926 (diff) | |
download | pkgsrc-a435384469b8ee26355a0908769919852feb6006.tar.gz |
Fix path of clamscan. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mimedefang/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index e66f2b5f78a..42a0ca5e4b5 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-quarantinedir=${DEFANG_SPOOLDIR} # 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 |