diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-08-17 06:03:25 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-08-17 06:03:25 +0000 |
commit | 8279415abfd0606a1c804a44abcd0c71a541ec91 (patch) | |
tree | d40f08f9876530389c5c6c8cd4ec283d7ac42c6b /games | |
parent | 6264508b948c5a9543f314c386918b13bac27abc (diff) | |
download | ports-8279415abfd0606a1c804a44abcd0c71a541ec91.tar.gz ports-8279415abfd0606a1c804a44abcd0c71a541ec91.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gish-demo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gish-demo/Makefile b/games/gish-demo/Makefile index b6a7cdbe5890..9533b4068229 100644 --- a/games/gish-demo/Makefile +++ b/games/gish-demo/Makefile @@ -24,6 +24,8 @@ DATADIR= ${PREFIX}/lib/${PORTNAME} SUB_FILES= rungish.sh SUB_LIST= LINUXBASE=${LINUXBASE} +BROKEN= Checksum mismatch. Newer version does not work. + do-install: ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/* ${DATADIR} |