summaryrefslogtreecommitdiffstats
path: root/converters/uudeview
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-10-15 08:24:22 +0000
committerasami <asami@FreeBSD.org>1996-10-15 08:24:22 +0000
commitf5b72d1149b04a12ea3a1a32103cf75ef47ff20e (patch)
treec4b34d4d125c4098e868ff8bb4fb385715f32466 /converters/uudeview
parent459832a0bc79a08037f8fd1f4a6c5a5c1cbb7659 (diff)
downloadFreeBSD-ports-f5b72d1149b04a12ea3a1a32103cf75ef47ff20e.zip
FreeBSD-ports-f5b72d1149b04a12ea3a1a32103cf75ef47ff20e.tar.gz
Remove spurious ";"s.
Diffstat (limited to 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index 08d4349..e6b4ccb 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.1.1.1 1996/08/23 06:45:08 tg Exp $
+# $Id: Makefile,v 1.2 1996/08/23 09:04:06 asami Exp $
#
DISTNAME= uudeview-0.5.4
@@ -41,12 +41,12 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@if [ 'x${DOCFILES}' != x ] ; \
- then; \
+ then \
${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"; \
fi;
mkdir -p ${PREFIX}/${PORTDOCDIR};
@for l in ${DOCFILES}; \
- do; \
+ do \
cp ${WRKSRC}/$$l ${PREFIX}/${PORTDOCDIR}; \
done
.else
OpenPOWER on IntegriCloud