diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 399632c0b084d49a4dc3c4403acbc92314c72999 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /games | |
parent | 2a7d75f9ce1ebe9b6a0f04983814522db485dc2e (diff) | |
download | pkgsrc-399632c0b084d49a4dc3c4403acbc92314c72999.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess-book-medium/Makefile | 4 | ||||
-rw-r--r-- | games/starfighter/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile index 410b5473a57..e01a7e73929 100644 --- a/games/gnuchess-book-medium/Makefile +++ b/games/gnuchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/28 14:31:07 rillig Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -29,7 +29,7 @@ BOOK_FILE= book.dat do-build: @${ECHO} "book add ${PGN_FILE}" > ${WRKSRC}/makebook.gnuchess @${ECHO} "quit" >> ${WRKSRC}/makebook.gnuchess - @cd ${WRKSRC} && ${CAT} makebook.gnuchess | ${PREFIX}/bin/gnuchess + @cd ${WRKSRC} && ${CAT} makebook.gnuchess | ${PREFIX}/bin/gnuchess do-install: ${INSTALL_DATA_DIR} ${BOOKDIR} diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 85965f430af..244e0cca996 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 14:31:07 rillig Exp $ # DISTNAME= starfighter-1.1-1 @@ -20,7 +20,7 @@ MAKEFILE= makefile post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/starfighter/music cd ${WRKDIR}/music && ${PAX} -rwppm . \ - ${PREFIX}/share/starfighter/music + ${PREFIX}/share/starfighter/music .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" |