diff options
Diffstat (limited to 'games/gnuchess/Makefile')
-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} |