summaryrefslogtreecommitdiff
path: root/mail/sendmail/patches/patch-aj
blob: cda1a0591aca9bd3bfc0dfa17e4f3a640794b0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aj,v 1.4 2006/07/07 18:06:28 tv Exp $

--- cf/cf/Makefile.orig	2005-06-13 22:16:34.000000000 -0400
+++ cf/cf/Makefile
@@ -25,10 +25,10 @@ CHMOD=	chmod
 ROMODE=	444
 RM=	rm -f
 # use our own install program; should be really confINSTALL
-INSTALL=../../devtools/bin/install.sh
+INSTALL=@@INSTALL@@
 # CF file ownership/permissions
-CFOWN=root
-CFGRP=bin
+CFOWN=@@BINOWN@@
+CFGRP=@@BINGRP@@
 CFMODE=0444