diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 20:36:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-12 20:36:16 +0000 |
commit | 33e15d970fa4c53d70034356f9ac2b2e832564e0 (patch) | |
tree | 9e0a4cbb1ecac45b703dc16b003a3f30acceb9eb /games/xboard | |
parent | 768847681efefc7305608b9df1841fbe24fd5843 (diff) | |
download | ports-33e15d970fa4c53d70034356f9ac2b2e832564e0.tar.gz ports-33e15d970fa4c53d70034356f9ac2b2e832564e0.zip |
Notes
Diffstat (limited to 'games/xboard')
-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 ca9f5bcb62e7..1e15e7cb82fa 100644 --- a/games/xboard/files/patch-Makefile.in +++ b/games/xboard/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Feb 29 17:40:14 2004 -+++ Makefile.in Sun Feb 29 17:40:20 2004 +--- Makefile.in.orig Sun Feb 13 05:07:24 2005 ++++ Makefile.in Sun Feb 13 05:10:35 2005 @@ -60,7 +60,7 @@ default: xboard zic2xpm -all: default pseudosource info FAQ html dvi ps -+all: default pseudosource info FAQ html ++all: default pseudosource info FAQ install: installdirs default $(INSTALL_PROGRAM) -s xboard $(bindir)/xboard |