diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /games/gnuchess | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 9aa291f17f9..235500a9fc0 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/10/06 11:54:41 asau Exp $ +# $NetBSD: Makefile,v 1.37 2013/04/08 11:17:14 rodent Exp $ DISTNAME= gnuchess-5.07 PKGREVISION= 4 @@ -28,7 +28,7 @@ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= post-patch SUBST_FILES.paths= src/book.h -SUBST_SED.paths= -e 's,/usr/lib/games/,${LOCALBASE}/lib/,g' \ +SUBST_SED.paths= -e 's,/usr/lib/games/,${LOCALBASE}/lib/,g' INSTALLATION_DIRS= ${DOCDIR} |