diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-26 21:26:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-26 21:26:45 +0800 |
commit | 1f64b04607c1a647ec4ec12e2d484e8c20e8dc94 (patch) | |
tree | dc7572356066227d4e6c86218edf6b0260d14083 /games/gnuchess | |
parent | 1afefd76c9dd83aef66fc4c9109d90a943da9db8 (diff) | |
download | freebsd-ports-gnome-1f64b04607c1a647ec4ec12e2d484e8c20e8dc94.tar.gz freebsd-ports-gnome-1f64b04607c1a647ec4ec12e2d484e8c20e8dc94.tar.zst freebsd-ports-gnome-1f64b04607c1a647ec4ec12e2d484e8c20e8dc94.zip |
Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
Diffstat (limited to 'games/gnuchess')
-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: |