diff options
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index e29f680b2529..95153b0ff10a 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.7 1998/10/13 02:46:56 jseger Exp $ +# $Id: Makefile,v 1.8 1998/11/20 10:26:11 tg Exp $ # DISTNAME= ar302lin @@ -33,7 +33,8 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig - @chmod +x ${PREFIX}/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread + @chmod +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" |