summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-25 02:35:53 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-25 02:35:53 +0000
commit5bed2ad5f56a339ba6586c70ea8b59a5ae07bcda (patch)
treeacfc10538b5248887dfc6ff5f3d7f1fcc557bc44 /print
parentPR: (diff)
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)
Notes
Notes: svn path=/head/; revision=83558
Diffstat (limited to 'print')
-rw-r--r--print/acroread5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile
index 67d71c1ab876..8628fcfe2c07 100644
--- a/print/acroread5/Makefile
+++ b/print/acroread5/Makefile
@@ -53,7 +53,7 @@ post-install:
@${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5
@${CHMOD} +x ${PREFIX}/bin/acroread5
[ -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} "${PREFIX}/Acrobat5/Reader/license.txt"