diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2004-12-19 20:38:22 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2004-12-19 20:38:22 +0000 |
commit | f603787335210d05bdd7f92f1eb1f00392d16bfd (patch) | |
tree | 85c358c3a6e605348f2c848fba3eb6d3c3e9c598 /mail/squirrelmail | |
parent | d43720eccd3ab3f8dc782ed06c3c73ece54eb66a (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail')
-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 ; \ |