X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcyrus-imapd;h=0a4fe2ca378a56aaec6414fe9248a504396fd3b9;hb=a19634639a748f7f354874e566add3702c996e1e;hp=b2041c1aecc6d6eb7011da0ed342ac81646abb6e;hpb=fcc535236fe6178d68007ece7793746320549b61;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/cyrus-imapd b/lfs/cyrus-imapd index b2041c1ae..0a4fe2ca3 100644 --- a/lfs/cyrus-imapd +++ b/lfs/cyrus-imapd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2011 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cyrus-imapd -PAK_VER = 1 +PAK_VER = 3 -DEPS = "cyrus-sasl" +DEPS = "" ############################################################################### # Top-level Rules @@ -85,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-auth=unix --with-perl --with-sasl --with-idle=idled \ --with-syslogfacility=MAIL --enable-listext --without-snmp cd $(DIR_APP) && make depend - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make $(EXTRA_MAKE) cd $(DIR_APP) && make install -mkdir /var/imap chown cyrus:mail /var/imap