From 88385f92d8a99249e19931729fff77b13152a07b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 17 May 2011 14:47:13 +0200 Subject: [PATCH] dovecot: changed to use default prefix (IssueID #85) --- mail/dovecot/dovecot.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mail/dovecot/dovecot.conf b/mail/dovecot/dovecot.conf index a9b9e6771..89f3b2f12 100644 --- a/mail/dovecot/dovecot.conf +++ b/mail/dovecot/dovecot.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../dovecot/dovecot.conf -# Copyright (C) 2007 - 2009 The OpenSDE Project +# Copyright (C) 2007 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,12 +12,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -# use '/opt/dovecot' as default prefix -if [ $prefix_auto = 1 ] ; then - prefix="opt/dovecot" - set_confopt -fi - # install development headers by default var_append confopt ' ' "--enable-header-install"