diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-13 17:43:21 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-13 17:43:21 +0000 |
commit | 2cf8ede2fa22307da15f62f7057f2f9388f4d41d (patch) | |
tree | f02c0a0a869eca19be1c780e7976e8ed4ed248fc /games/xboard/files | |
parent | 72e20bfef55646618ae2b3c78e0902419d92ee08 (diff) |
Notes
Diffstat (limited to 'games/xboard/files')
-rw-r--r-- | games/xboard/files/patch-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xboard/files/patch-Makefile.in b/games/xboard/files/patch-Makefile.in index 1e15e7cb82fa..ca9f5bcb62e7 100644 --- a/games/xboard/files/patch-Makefile.in +++ b/games/xboard/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Feb 13 05:07:24 2005 -+++ Makefile.in Sun Feb 13 05:10:35 2005 +--- Makefile.in.orig Sun Feb 29 17:40:14 2004 ++++ Makefile.in Sun Feb 29 17:40:20 2004 @@ -60,7 +60,7 @@ default: xboard zic2xpm -all: default pseudosource info FAQ html dvi ps -+all: default pseudosource info FAQ ++all: default pseudosource info FAQ html install: installdirs default $(INSTALL_PROGRAM) -s xboard $(bindir)/xboard |