diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-26 13:26:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-26 13:26:45 +0000 |
commit | 9106b1d585d83c7aa1c6fdff3052080781fa951a (patch) | |
tree | 2064d6cab34dd17c78d49c788b5054fc7faddc73 /games | |
parent | 234830beb48795ed198503580c1231bb92f53eae (diff) | |
download | ports-9106b1d585d83c7aa1c6fdff3052080781fa951a.tar.gz ports-9106b1d585d83c7aa1c6fdff3052080781fa951a.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 71ac8ef454cd..712f8be8e0c7 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -45,7 +45,7 @@ post-patch: pre-install: .if defined(WITH_OPENING_BOOK) - @scripts/create_opening_book.sh ${DISTDIR} ${WRKSRC} + @${SH} ${SCRIPTDIR}/create_opening_book.sh ${DISTDIR} ${WRKSRC} .endif post-install: |