summaryrefslogtreecommitdiff
path: root/mail/qmail/patches/patch-Makefile
blob: 07c835b43b8a20474f0c64b35a19b9152eee7d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-Makefile,v 1.2 2014/05/30 21:35:04 schmonz Exp $

DESTDIR support.

--- Makefile.orig	1998-06-15 10:53:16.000000000 +0000
+++ Makefile
@@ -4,6 +4,14 @@ SHELL=/bin/sh
 
 default: it
 
+auto_destdir.c: \
+auto-str conf-destdir
+	./auto-str auto_qmail `head -1 conf-destdir` > auto_destdir.c
+
+auto_destdir.o: \
+compile auto_destdir.c
+	./compile auto_destdir.c
+
 addresses.0: \
 addresses.5
 	nroff -man addresses.5 > addresses.0