aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2004-12-20 04:38:22 +0800
committergirgen <girgen@FreeBSD.org>2004-12-20 04:38:22 +0800
commit82929e25a504b83fb58e7493aa6692514712891b (patch)
tree2625429c026df53f16857d2b626aa0f671d5eb91 /mail/squirrelmail
parent340fff133514f0a2ad5fa1fca639be6687edda1b (diff)
downloadfreebsd-ports-gnome-82929e25a504b83fb58e7493aa6692514712891b.tar.gz
freebsd-ports-gnome-82929e25a504b83fb58e7493aa6692514712891b.tar.zst
freebsd-ports-gnome-82929e25a504b83fb58e7493aa6692514712891b.zip
Whitespace fix
Approved by: seanc
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 ; \