diff options
author | petef <petef@FreeBSD.org> | 2002-06-08 01:43:55 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-08 01:43:55 +0800 |
commit | fc72b062568294550a3e850ba4820e6f161f5dfb (patch) | |
tree | 2c7d9e8a1cbeae5f57e642d4e90fb3a18341455e /print/acroread4 | |
parent | 32b12d29a26ffc6e2b38cf38fbd9b91e8e16c906 (diff) | |
download | freebsd-ports-gnome-fc72b062568294550a3e850ba4820e6f161f5dfb.tar.gz freebsd-ports-gnome-fc72b062568294550a3e850ba4820e6f161f5dfb.tar.zst freebsd-ports-gnome-fc72b062568294550a3e850ba4820e6f161f5dfb.zip |
Installation will fail if Linux strip is not found, allow the install
to go on if that happens. (same fix applied to the acroread5 port a week
ago).
PR: 38660
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Approved by: maintainer timeout
Diffstat (limited to 'print/acroread4')
-rw-r--r-- | print/acroread4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 173579f00289..91c914c74434 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -56,7 +56,7 @@ do-install: post-install: .if ${ARCH} == "i386" @${PERL} -pi -e 's:Linux\):FreeBSD|Linux):g' ${PREFIX}/Acrobat4/bin/acroread - @/compat/linux/usr/bin/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 |