diff options
Diffstat (limited to 'converters/uulib/Makefile')
-rw-r--r-- | converters/uulib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 5b403cf91682..f46b2947eff2 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -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 |