aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2004-12-19 20:38:22 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2004-12-19 20:38:22 +0000
commitf603787335210d05bdd7f92f1eb1f00392d16bfd (patch)
tree85c358c3a6e605348f2c848fba3eb6d3c3e9c598 /mail/squirrelmail
parentd43720eccd3ab3f8dc782ed06c3c73ece54eb66a (diff)
Notes
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile4
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 ; \