Browse Source

dovecot: changed to use default prefix (IssueID #85)

stable/0.2
Christian Wiese 14 years ago
parent
commit
88385f92d8
  1. 8
      mail/dovecot/dovecot.conf

8
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"

Loading…
Cancel
Save