aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 21:48:58 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 21:48:58 +0000
commit974e57bd6d12464c6077943ee719f815eb3e12a7 (patch)
tree9cf307507c6b530271347a8488cfbfe71549af6d /mail/postfix-current
parentcee639345e107cb43a06d53be0dfe73d8f8174f2 (diff)
downloadports-974e57bd6d12464c6077943ee719f815eb3e12a7.tar.gz
ports-974e57bd6d12464c6077943ee719f815eb3e12a7.zip
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 075d6d51784d..f96c5b06556c 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -56,13 +56,13 @@ do-install:
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
- ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
- ${PREFIX}/libexec/postfix/$$f ;\
+ ${INSTALL} -C -o root -g wheel -m 0755 -s \
+ ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\
done
@for f in postalias postcat postconf postdrop postfix postkick \
postlock postlog postmap postsuper sendmail smtp-sink \
smtp-source ; do \
- ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \
+ ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \
${PREFIX}/sbin/$$f ;\
done
@for f in ${MAN1} ; do \