mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
$NetBSD: patch-ab,v 1.7 2012/06/09 11:45:38 adam Exp $
|
|
|
|
--- courier/configure.orig 2007-11-24 03:26:42.000000000 +0000
|
|
+++ courier/configure
|
|
@@ -16102,9 +16102,9 @@ done
|
|
|
|
if test "$testmode" = "0"
|
|
then
|
|
- INSTALL_PROGRAM='${INSTALL} -m 700'
|
|
- INSTALL_SCRIPT='${INSTALL} -m 700'
|
|
- INSTALL_DATA='${INSTALL} -m 600'
|
|
+ INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
|
|
+ INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
|
|
+ INSTALL_DATA='${BSD_INSTALL_DATA}'
|
|
fi
|
|
|
|
ac_ext=cpp
|