summaryrefslogtreecommitdiff
path: root/print/acroread5
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-29 18:56:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-29 18:56:26 +0000
commit080173310662fc44a808de7e63e5bae5da3398e2 (patch)
treef6b2ff7c8003b0c32f113e62b18974949310d9c1 /print/acroread5
parentSet LATEST_LINK so that we don't have a race with acroread5. (diff)
create {PREFIX}/bin/acroread if it does not exist.
Notes
Notes: svn path=/head/; revision=60262
Diffstat (limited to 'print/acroread5')
-rw-r--r--print/acroread5/Makefile2
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"