aboutsummaryrefslogtreecommitdiff
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
parentae11b2e96d5971e4823d5aea8cc7f70297c98fe6 (diff)
downloadports-5bed2ad5f56a339ba6586c70ea8b59a5ae07bcda.tar.gz
ports-5bed2ad5f56a339ba6586c70ea8b59a5ae07bcda.zip
Notes
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"