diff Makefile.in @ 500:614a3177b15c noffle tip

Add mail-from option. Some modern mail systems will try and ensure the sender email is a legitimate address. Which will fail if there isn't such an address.
author Jim Hague <jim.hague@acm.org>
date Wed, 14 Aug 2013 12:04:39 +0100
parents d09bcf917ac9
children
line wrap: on
line diff
--- a/Makefile.in	Wed Aug 14 11:50:21 2013 +0100
+++ b/Makefile.in	Wed Aug 14 12:04:39 2013 +0100
@@ -759,7 +759,6 @@
 	$(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested
 	$(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing
 	$(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview
-	$(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/articles
 	chown -R news:news $(DESTDIR)$(SPOOLDIR)
 	$(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR)
 	$(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR)