freebsd-ports/mail/courier/files/patch-courier__configure.in
Wesley Shields 8923d883a0 - Update to 0.63.0
PR:		ports/143974
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2010-03-13 00:51:31 +00:00

13 lines
429 B
Text

--- courier/configure.in.orig 2009-09-05 13:59:26.000000000 +0200
+++ courier/configure.in 2010-02-15 19:44:35.000000000 +0100
@@ -77,6 +77,10 @@
esac
AC_SUBST(testmode)
+AC_ARG_WITH(piddir, [ --with-piddir Directory where imapd.pid is created ], piddir="$withval", piddir=$localstatedir/run)
+
+AC_SUBST(piddir)
+
version=`cat ../version`
COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc."