
$FreeBSD: ports/mail/nail/files/patch-ab,v 1.3 2002/01/29 21:42:10 naddy Exp $

--- Makefile.in.orig	Wed Sep 19 06:25:36 2001
+++ Makefile.in	Tue Jan 29 22:17:15 2002
@@ -392,9 +392,9 @@
 
 
 install-data-local:
-	-test -f $(DESTDIR)/etc/nail.rc || \
-		{ $(mkinstalldirs) $(DESTDIR)/etc; \
-		$(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; }
+	-test -f $(DESTDIR)$(sysconfdir)/nail.rc || \
+	{ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
+	$(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)$(sysconfdir)/nail.rc; }
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
