diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-23 09:51:57 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-23 09:51:57 +0000 |
commit | 81910b6246549a3a9cd4580e27174896d35b6cbc (patch) | |
tree | 4d048cf9a2c1e4c182224cadeda8cf202eb7496e /print/acroread | |
parent | 211900e58cf57455e82aaab31f5f53793056c32f (diff) | |
download | ports-81910b6246549a3a9cd4580e27174896d35b6cbc.tar.gz ports-81910b6246549a3a9cd4580e27174896d35b6cbc.zip |
Notes
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index e29f680b2529..95153b0ff10a 100644 --- a/print/acroread/Makefile +++ b/print/acroread/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" |