diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-30 02:56:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-30 02:56:26 +0800 |
commit | f012ae5d6f6474bed271375cc0f9c9df317abf2d (patch) | |
tree | dc71295c9e6c0c4f502fa25fdd91f534ef2b4e57 /print | |
parent | 85e73ba6268ca5e0f46dc6ee8fbfb44cc83fec9d (diff) | |
download | freebsd-ports-gnome-f012ae5d6f6474bed271375cc0f9c9df317abf2d.tar.gz freebsd-ports-gnome-f012ae5d6f6474bed271375cc0f9c9df317abf2d.tar.zst freebsd-ports-gnome-f012ae5d6f6474bed271375cc0f9c9df317abf2d.zip |
create {PREFIX}/bin/acroread if it does not exist.
Diffstat (limited to 'print')
-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" |