diff Makefile.in @ 192:89f951be358f

REMOVED POP3 SUPPORT masqmail will not include a POP3 client anymore from 0.3.0 on maybe the POP3 code will be reworked into a standalone program some day if you rely on the POP3 client, use fetchmail or something similar instead
author meillo@marmaro.de
date Thu, 15 Jul 2010 14:24:40 +0200
parents 1db6e1b91ead
children a8855df82650
line wrap: on
line diff
--- a/Makefile.in	Thu Jul 15 11:48:33 2010 +0200
+++ b/Makefile.in	Thu Jul 15 14:24:40 2010 +0200
@@ -738,14 +738,12 @@
 	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@
 	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock
 	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input
-	install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl
 
 rm-spool_dir:
 	: # removal fails if the dirs are non-empty
 	: # this prevents losing spooled files
 	rmdir $(DESTDIR)@with_spooldir@/lock
 	rmdir $(DESTDIR)@with_spooldir@/input
-	rmdir $(DESTDIR)@with_spooldir@/popuidl
 	rmdir $(DESTDIR)@with_spooldir@
 
 rmail: