diff options
author | netchild <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
commit | d9193aa09cdf82690c0e5a74f1a03748cf887f7d (patch) | |
tree | 0ada14e4f0d924017aede59093f93ba4b1787b8c /mail | |
parent | bb5726f503c56ed26f7b94e2a733f2aa4c5200dc (diff) | |
download | FreeBSD-ports-d9193aa09cdf82690c0e5a74f1a03748cf887f7d.zip FreeBSD-ports-d9193aa09cdf82690c0e5a74f1a03748cf887f7d.tar.gz |
- fix permissions of some theme files
Noticed by: Horio Shoichi <horio@bugsgrief.net>
Forgot to add in last commit: netchild
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 02d81a5..cfc3f93 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -161,6 +161,8 @@ post-install: @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \ ${GREP} -vE '(xvpics|.directory)' | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/ + @${CHMOD} -R a+r ${DATADIR}/themes + @${FIND} ${DATADIR}/themes -type d -print0 | xargs -0 ${CHMOD} a+x .endif @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 02d81a5..cfc3f93 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -161,6 +161,8 @@ post-install: @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \ ${GREP} -vE '(xvpics|.directory)' | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/ + @${CHMOD} -R a+r ${DATADIR}/themes + @${FIND} ${DATADIR}/themes -type d -print0 | xargs -0 ${CHMOD} a+x .endif @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin |