diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
commit | 477af4edf47de63347618d24d6c2bc54015f827c (patch) | |
tree | 19aea828e3a02ad60859a518c9d8a6ec10a5d8cd /mail/claws-mail | |
parent | a194c9df9d53e7eefaab7ade394676abfacd9ba2 (diff) | |
download | ports-477af4edf47de63347618d24d6c2bc54015f827c.tar.gz ports-477af4edf47de63347618d24d6c2bc54015f827c.zip |
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 02d81a506ba2..cfc3f93e8622 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 |