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/acroread4 | |
parent | be70294cb3e5545c22c2683e2a379bd623721cd7 (diff) | |
download | ports-2861cad8e1df9113a4086b47c5ec3e832caf1f2a.tar.gz ports-2861cad8e1df9113a4086b47c5ec3e832caf1f2a.zip |
Fix owner/group on Acrobat4 directories.
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=39703
Diffstat (limited to 'print/acroread4')
-rw-r--r-- | print/acroread4/Makefile | 1 |
1 files changed, 1 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" |