summaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1999-09-10 21:48:58 +0000
committertorstenb <torstenb@FreeBSD.org>1999-09-10 21:48:58 +0000
commitcbb5a110aa3e7260bfd35676ae73c201dd696682 (patch)
tree419f33277367053bcdb37aa4a331dc6f5ad7ace0 /mail/postfix-current
parent500e372251b2a4be6a54448d3c15db73e346e2fb (diff)
downloadFreeBSD-ports-cbb5a110aa3e7260bfd35676ae73c201dd696682.zip
FreeBSD-ports-cbb5a110aa3e7260bfd35676ae73c201dd696682.tar.gz
Strip the binaries
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 075d6d5..f96c5b0 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 \
OpenPOWER on IntegriCloud