svn commit: r314741 - head/mail/milter-greylist
Hajimu UMEMOTO
ume at FreeBSD.org
Wed Mar 20 15:51:14 UTC 2013
Author: ume
Date: Wed Mar 20 15:51:13 2013
New Revision: 314741
URL: http://svnweb.freebsd.org/changeset/ports/314741
Log:
Correct dumpfile location.
PR: ports/177097
Submitted by: John Marshall <john.marshall__at__riverwillow.com.au>
Reviewed by: Mikhail Tsatsenko <m.tsatsenko__at__gmail.com> (maintainer)
Approved by: Mikhail Tsatsenko <m.tsatsenko__at__gmail.com> (maintainer)
Modified:
head/mail/milter-greylist/Makefile
Modified: head/mail/milter-greylist/Makefile
==============================================================================
--- head/mail/milter-greylist/Makefile Wed Mar 20 15:22:04 2013 (r314740)
+++ head/mail/milter-greylist/Makefile Wed Mar 20 15:51:13 2013 (r314741)
@@ -75,7 +75,8 @@ LIBS+= ${PTHREAD_LIBS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=mailnull --with-libmilter=${MILTERBASE} \
- --enable-dnsrbl --with-thread-safe-resolver
+ --enable-dnsrbl --with-thread-safe-resolver \
+ --with-dumpfile=/var/milter-greylist/greylist.db
CONFIGURE_ENV+= LIBS="${LIBS}"
ALL_TARGET= milter-greylist
More information about the svn-ports-all
mailing list