diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | bb34de42c0ccac8e962cab97e064965d23f081de (patch) | |
tree | dd40b82023ab94a6839b4f4d440c3cd5cab978ee /mail/claws-mail | |
parent | 533c87fa4d98c0e6100d18f59559906241ed4230 (diff) | |
download | ports-bb34de42c0ccac8e962cab97e064965d23f081de.tar.gz ports-bb34de42c0ccac8e962cab97e064965d23f081de.zip |
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 9c831939aa92..80069e6cc446 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -154,7 +154,7 @@ post-install: tb2sylpheed update-po uudec ${DATADIR} .if !defined(WITHOUT_THEMES) @${MKDIR} ${DATADIR}/themes - @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `find .`; do \ + @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `${FIND} .`; do \ if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/themes/$${d}; else \ ${INSTALL_DATA} $${d} ${DATADIR}/themes/$${d}; fi; \ done |