diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-15 08:24:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-15 08:24:22 +0000 |
commit | 384a6d89f04b578251c53f1bfd4b031cbf63f527 (patch) | |
tree | 150a03a04aee4ad90f529605e9f1ae1d00cf0483 | |
parent | Removed USE_X11=yes as USE_IMAKE=yes is specified. (diff) |
Remove spurious ";"s.
Notes
Notes:
svn path=/head/; revision=3980
-rw-r--r-- | converters/uudeview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 08d4349382ed..e6b4ccb44c69 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 |