diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 18:56:26 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 18:56:26 +0000 |
commit | 080173310662fc44a808de7e63e5bae5da3398e2 (patch) | |
tree | f6b2ff7c8003b0c32f113e62b18974949310d9c1 /print/acroread5 | |
parent | 31ad27a8abed64244e7c8c97449b9653a5f03c0b (diff) | |
download | ports-080173310662fc44a808de7e63e5bae5da3398e2.tar.gz ports-080173310662fc44a808de7e63e5bae5da3398e2.zip |
Notes
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 2 |
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" |