summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-07-08 10:52:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-07-08 10:52:39 +0000
commitedcdbc59efb89d34bb16eedb46e1b2af84b1ca4f (patch)
tree70867d34bbc82dc81b08da7c7e8aeeee2178cbf2 /converters
parentMove mimepp from devel to converters. (diff)
Remove trailing whitespace (ha!).
Found by: portlint
Notes
Notes: svn path=/head/; revision=7243
Diffstat (limited to 'converters')
-rw-r--r--converters/mimepp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/mimepp/Makefile b/converters/mimepp/Makefile
index 15ecdff966a5..bdab1105cbc2 100644
--- a/converters/mimepp/Makefile
+++ b/converters/mimepp/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 July 1997
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/07/08 10:08:49 tg Exp $
#
DISTNAME= mimepp-0.8.0
@@ -26,7 +26,7 @@ do-install:
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/mimepp
@ ${MKDIR} ${PREFIX}/share/examples/mimepp
-.for file in exampl01.cc exampl02.cc exampl03.cc exampl04.cc exampl05.cc attach.cc basicmsg.cc multipar.cc attach.h basicmsg.h multipar.h test01.txt test02.txt test03.txt test04.txt test05.txt
+.for file in exampl01.cc exampl02.cc exampl03.cc exampl04.cc exampl05.cc attach.cc basicmsg.cc multipar.cc attach.h basicmsg.h multipar.h test01.txt test02.txt test03.txt test04.txt test05.txt
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mimepp/${file}
.endfor
@ ${INSTALL_DATA} files/Makefile ${PREFIX}/share/examples/mimepp