1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Strip the binary on install

PR:		13480
Submitted by:	Mikhail Teterin <mi@aldan.agebra.com>
This commit is contained in:
Chris Piazza 1999-09-04 20:08:01 +00:00
parent c9a1b233ea
commit 85370b5821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21254
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ post-install:
${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
${PREFIX}/bin/acroread4 && ${RM} acroread.orig
@strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
@${CHMOD} +x ${PREFIX}/bin/acroread4
@${ECHO_MSG} "Be sure to read the license agreement in"

View File

@ -33,6 +33,7 @@ post-install:
${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
${PREFIX}/bin/acroread4 && ${RM} acroread.orig
@strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
@${CHMOD} +x ${PREFIX}/bin/acroread4
@${ECHO_MSG} "Be sure to read the license agreement in"