diff options
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index a02920e73389..f050afd1dadf 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -46,6 +46,8 @@ post-install: ${PREFIX}/bin/acroread5 @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5 @${CHMOD} +x ${PREFIX}/bin/acroread5 + [ -e ${PREFIX}/bin/acroread ] \ + || (cd ${PREFIX}/bin ; ${LN} -s acroread5 acroread) @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" |