diff options
author | Dima Ruban <dima@FreeBSD.org> | 2001-03-12 23:02:32 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 2001-03-12 23:02:32 +0000 |
commit | 2861cad8e1df9113a4086b47c5ec3e832caf1f2a (patch) | |
tree | f96ac3cba0465de510703b2b90485ba6e012cf71 /print | |
parent | be70294cb3e5545c22c2683e2a379bd623721cd7 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread4/Makefile | 1 | ||||
-rw-r--r-- | print/acroread5/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 336d414ad659..f0105c75be48 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -65,6 +65,7 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \ ${PREFIX}/bin/acroread4 && ${RM} acroread.orig + @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat4 @${CHMOD} +x ${PREFIX}/bin/acroread4 @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf" diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 336d414ad659..f0105c75be48 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -65,6 +65,7 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \ ${PREFIX}/bin/acroread4 && ${RM} acroread.orig + @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat4 @${CHMOD} +x ${PREFIX}/bin/acroread4 @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf" |