summaryrefslogtreecommitdiff
path: root/print/acroread5
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-14 22:06:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-14 22:06:33 +0000
commit49531e4751c4021d044e9886ba692fb2be082082 (patch)
tree785cc0ac739cd5c1cc9b37b79f914552acca3cb8 /print/acroread5
parentDon't strip Linux binary with FreeBSD strip, as it then brands the binary (diff)
Use Linux version of `strip'. The FreeBSD `strip' overly brands right now.
PR: 18489 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Notes
Notes: svn path=/head/; revision=28466
Diffstat (limited to 'print/acroread5')
-rw-r--r--print/acroread5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
index 32af4ecb5be6..34dc3b39a67e 100644
--- a/print/acroread5/Makefile
+++ b/print/acroread5/Makefile
@@ -57,7 +57,7 @@ do-install:
post-install:
.if ${ARCH} == "i386"
@${PERL} -pi -e 's:Linux\):FreeBSD|Linux):g' ${PREFIX}/Acrobat4/bin/acroread
- @strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
+ @/compat/linux/usr/bin/strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
.elif ${ARCH} == "alpha"
@${PERL} -pi -e 's:OSF1\):FreeBSD|OSF1):g' ${PREFIX}/Acrobat4/bin/acroread