diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 08:18:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 08:18:40 +0000 |
commit | 9f760bca10bc1ca97e766a4f5d3d0882fb85fa7a (patch) | |
tree | db6b31db9228b3820eba99068c385302608116c1 /games/crafty-book-enormous | |
parent | 179a4b1f67a26ac6948d2da3e167b72e19906b48 (diff) | |
download | pkgsrc-9f760bca10bc1ca97e766a4f5d3d0882fb85fa7a.tar.gz |
Replace spaces with tabs. I admit to not being able to test this package
because I lack the disk space to build it.
Diffstat (limited to 'games/crafty-book-enormous')
-rw-r--r-- | games/crafty-book-enormous/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/crafty-book-enormous/Makefile b/games/crafty-book-enormous/Makefile index d5487ae5143..7a4981b3af9 100644 --- a/games/crafty-book-enormous/Makefile +++ b/games/crafty-book-enormous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:07:15 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/15 08:18:40 jlam Exp $ DISTNAME= enormous PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -37,10 +37,10 @@ pre-extract: @${ECHO} "" 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} "" ${RM} -f ${PGN_FILE} cd ${WRKSRC} && ${CAT} ?.pgn > ${PGN_FILE} |