diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 08:19:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 08:19:27 +0000 |
commit | a43790488ebd01153a9d0d9b5a7c8eeee292f1f8 (patch) | |
tree | b8d2463c0fd9f98d573df1e40de954bcda2ae5eb /games/gnuchess-book-small/Makefile | |
parent | 9f760bca10bc1ca97e766a4f5d3d0882fb85fa7a (diff) | |
download | pkgsrc-a43790488ebd01153a9d0d9b5a7c8eeee292f1f8.tar.gz |
Replace spaces with tabs.
Diffstat (limited to 'games/gnuchess-book-small/Makefile')
-rw-r--r-- | games/gnuchess-book-small/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gnuchess-book-small/Makefile b/games/gnuchess-book-small/Makefile index f38ccaae90d..b82701db84b 100644 --- a/games/gnuchess-book-small/Makefile +++ b/games/gnuchess-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 01:58:18 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/15 08:19:27 jlam Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -25,10 +25,10 @@ PGN_FILE= ${DISTNAME}.txt BOOK_FILE= book.dat do-build: - @${ECHO} "" - @${ECHO} " ** Get yourself a shower and a big mug of coffee," - @${ECHO} " ** this will take _very_ long!" - @${ECHO} "" + @${ECHO} "" + @${ECHO} " ** Get yourself a shower and a big mug of coffee," + @${ECHO} " ** this will take _very_ long!" + @${ECHO} "" cd ${WRKSRC} && gnuchess compile ${PGN_FILE} ${BOOK_FILE} do-install: |