mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
365 B
Text
11 lines
365 B
Text
--- Makefile.am.orig 2010-03-26 06:08:58 UTC
|
|
+++ Makefile.am
|
|
@@ -14,7 +14,7 @@ VERSION=@QA_VERSION@
|
|
#
|
|
# Install qmailadmin setuid to @vpopuser@
|
|
#
|
|
-INSTALL_PROGRAM=${INSTALL} -o @vpopuser@ -m 6755 -g @vpopgroup@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
+INSTALL_PROGRAM=${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
|
INSTALL_STRIP_PROGRAM=${INSTALL_PROGRAM} -s
|
|
|
|
bindir=@cgibindir@
|