diff options
author | tg <tg@FreeBSD.org> | 1998-11-23 17:51:57 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-23 17:51:57 +0800 |
commit | 0672be8c63cfd4be39d728ebce2ff380fe50bbb2 (patch) | |
tree | 254a645e07d76bf9f0e27c1c0073b0b622b74eab /print/acroread5 | |
parent | 7a6461aae1204d42ba996989be5f16a9e7adcd70 (diff) | |
download | freebsd-ports-gnome-0672be8c63cfd4be39d728ebce2ff380fe50bbb2.tar.gz freebsd-ports-gnome-0672be8c63cfd4be39d728ebce2ff380fe50bbb2.tar.zst freebsd-ports-gnome-0672be8c63cfd4be39d728ebce2ff380fe50bbb2.zip |
Brand acroread executable. Doesn't really matter because it's linked
dynamically, but doesn't hurt, either.
PR: 8779
Submitted by: Joel Ray Holbeck <joelh@gnu.org>
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" |