diff options
author | hrs <hrs@FreeBSD.org> | 2005-02-14 01:43:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-02-14 01:43:21 +0800 |
commit | d999f4c17211b35d7929212aef406aa61131cfdc (patch) | |
tree | 449dc87425c53fe7bd979b8dd4e5e02dfffc30c1 /games/xboard/files | |
parent | 58389207cbfcdf759e2f6bea9ee5526a23ba02a7 (diff) | |
download | freebsd-ports-gnome-d999f4c17211b35d7929212aef406aa61131cfdc.tar.gz freebsd-ports-gnome-d999f4c17211b35d7929212aef406aa61131cfdc.tar.zst freebsd-ports-gnome-d999f4c17211b35d7929212aef406aa61131cfdc.zip |
Revert the previous change since the problem of texi2html
has been fixed.
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 |