mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Use ${LN} -sf if one installs acroread4 (or had it installed).
PR: ports/41042 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Approved by: maintainer timeout (about 1 year)
This commit is contained in:
parent
ae11b2e96d
commit
5bed2ad5f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83558
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ post-install:
|
||||||
@${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5
|
@${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5
|
||||||
@${CHMOD} +x ${PREFIX}/bin/acroread5
|
@${CHMOD} +x ${PREFIX}/bin/acroread5
|
||||||
[ -e ${PREFIX}/bin/acroread ] \
|
[ -e ${PREFIX}/bin/acroread ] \
|
||||||
|| (cd ${PREFIX}/bin ; ${LN} -s acroread5 acroread)
|
|| (cd ${PREFIX}/bin ; ${LN} -sf acroread5 acroread)
|
||||||
@${ECHO_MSG} "Be sure to read the license agreement in"
|
@${ECHO_MSG} "Be sure to read the license agreement in"
|
||||||
@${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt"
|
@${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue