diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index fc309498e5df..dba0e4fb582d 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -85,8 +85,8 @@ do-build: @cd ${WRKSRC} ; for f in `find plugins -name "README*" -or \ -name INSTALL -or -name CHANGES -or -name HISTORY`; \ do \ - ${MKDIR} doc/`dirname $$f` ; \ - ${MV} $$f doc/`dirname $$f` ; \ + ${MKDIR} doc/`dirname $$f` ; \ + ${MV} $$f doc/`dirname $$f` ; \ done; \ ${MV} doc/plugins/squirrelspell/doc/README doc/plugins/squirrelspell ; \ ${RM} -rf doc/plugins/squirrelspell/doc ; \ |