Remove spurious ;'s.

This commit is contained in:
Satoshi Asami 1996-09-24 11:41:35 +00:00
parent ce6953a5a1
commit dff5c0d9f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3855

View File

@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1996/08/23 06:39:36 tg Exp $
#
DISTNAME= uudeview-0.5.4
@ -32,7 +32,7 @@ DOCFILES+= porting.notes
post-patch:
@for l in ${EXTRAFILES}; \
do; \
do \
cp ${FILESDIR}/$${l} ${WRKSRC}/$${l}; \
done
@ -40,7 +40,7 @@ do-install:
.if !defined(NOPORTDOCS)
mkdir -p ${PREFIX}/share/doc/uulib
for l in ${DOCFILES}; \
do; \
do \
cp ${WRKSRC}/$$l ${PREFIX}/share/doc/uulib; \
done
.endif