diff options
author | torstenb <torstenb@FreeBSD.org> | 1999-09-10 21:48:58 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1999-09-10 21:48:58 +0000 |
commit | cbb5a110aa3e7260bfd35676ae73c201dd696682 (patch) | |
tree | 419f33277367053bcdb37aa4a331dc6f5ad7ace0 /mail/postfix-current | |
parent | 500e372251b2a4be6a54448d3c15db73e346e2fb (diff) | |
download | FreeBSD-ports-cbb5a110aa3e7260bfd35676ae73c201dd696682.zip FreeBSD-ports-cbb5a110aa3e7260bfd35676ae73c201dd696682.tar.gz |
Strip the binaries
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
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 \ |