blob: 84e98236ad855ae2a5e9f54dc54aee8861ca3f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bd,v 1.1 2014/06/20 05:24:32 jnemeth Exp $
--- mail.local/Makefile.m4.orig 2014-03-06 17:31:30.000000000 +0000
+++ mail.local/Makefile.m4
@@ -30,7 +30,7 @@ install:
force-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
install-mail.local: mail.local
- ${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
+ ${INSTALL} -c -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
divert
bldFINISH
|