summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-06-25 02:35:53 +0000
committernork <nork@FreeBSD.org>2003-06-25 02:35:53 +0000
commit408a44c30773e44f9522979f36fe71e24b9d536c (patch)
treedd90dd66d8b33f2a692d4b3bb24755bb6ae7f94c /print
parentc7d5dd9e5e90076d45aa72f31ae0b9af85f5bf0c (diff)
downloadFreeBSD-ports-408a44c30773e44f9522979f36fe71e24b9d536c.zip
FreeBSD-ports-408a44c30773e44f9522979f36fe71e24b9d536c.tar.gz
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)
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 67d71c1..8628fcf 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"
OpenPOWER on IntegriCloud