diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-19 16:15:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-19 16:15:35 +0000 |
commit | c7b32248010b45e483dfffb6348225713d0c4210 (patch) | |
tree | 9c0d9bccb6ce04263dc10157a8f1e253550f6016 /games/ltris/files/patch-ae | |
parent | Change default pager from /usr/bin/pg to /usr/bin/more. As before, (diff) |
Add ltris - a SDL-based cool tetris clone.
Notes
Notes:
svn path=/head/; revision=34005
Diffstat (limited to 'games/ltris/files/patch-ae')
-rw-r--r-- | games/ltris/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/ltris/files/patch-ae b/games/ltris/files/patch-ae new file mode 100644 index 000000000000..7b1915eea2d5 --- /dev/null +++ b/games/ltris/files/patch-ae @@ -0,0 +1,13 @@ +--- configure.orig Thu Oct 19 17:58:15 2000 ++++ configure Thu Oct 19 17:59:38 2000 +@@ -1322,8 +1322,8 @@ + + + +-sdir=$datadir/games/ltris +-hdir=/var/lib/games/ltris ++sdir=$datadir/ltris ++hdir=/var/games/ltris + inst_flag="-DSRC_DIR=\\\"$sdir/\\\"" + hi_inst_flag="-DHI_DIR=\\\"$hdir/\\\"" + |