summaryrefslogtreecommitdiff
path: root/mail/enma/patches/patch-ab
blob: 4357ad80dc45dedbc0b4d350e61fb2f4b23700e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $

--- enma/etc/Makefile.in.orig	2008-08-21 14:22:29.000000000 +0000
+++ enma/etc/Makefile.in
@@ -29,8 +29,8 @@ OBJS :=			$(patsubst %.c,%.o,$(SRCS))
 all:
 
 install:
-	$(INSTALL) -d $(sysconfdir)
-	$(INSTALL_DATA) -c enma.conf.sample $(sysconfdir)
+	$(INSTALL) -d $(DESTDIR)$(sysconfdir)
+	$(INSTALL_DATA) -c enma.conf.sample $(DESTDIR)$(sysconfdir)
 
 clean:
 	rm -rf *~