diff options
author | asami <asami@FreeBSD.org> | 1997-07-08 18:52:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-08 18:52:39 +0800 |
commit | d3963e0addbf55dbb385fa987aaa4190351e89be (patch) | |
tree | 1fce43121ac1bfcb86808663d469dd5b9c9ceedc /converters | |
parent | 0b918ea6a16ae9168bd626eed2cec73422afe850 (diff) | |
download | freebsd-ports-gnome-d3963e0addbf55dbb385fa987aaa4190351e89be.tar.gz freebsd-ports-gnome-d3963e0addbf55dbb385fa987aaa4190351e89be.tar.zst freebsd-ports-gnome-d3963e0addbf55dbb385fa987aaa4190351e89be.zip |
Remove trailing whitespace (ha!).
Found by: portlint
Diffstat (limited to 'converters')
-rw-r--r-- | converters/mimepp/Makefile | 4 |
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 |