diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-21 13:19:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-21 13:19:43 +0000 |
commit | d170c24463f0b55c8ceb0f8afe4ee36164ef5964 (patch) | |
tree | 3471875450efb139fd7be881c917c39b5d743cb9 /games/yadex/files/patch-cfgfile.cc | |
parent | - Fix ntfsprogs by removing fcntl(2) locks. (diff) |
- Update to 1.7.0
- Unbreak on 64-bit archs [1]
- Install documentation
- Throw in a bunch of useful patches
- Utilize OPTIONS
- Augment mirror list
Approved by: maintainer timeout
PR: ports/77810 [1]
Submitted by: anholt [1]
Tested on: panther, beast, sledge [1]
Diffstat (limited to 'games/yadex/files/patch-cfgfile.cc')
-rw-r--r-- | games/yadex/files/patch-cfgfile.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/yadex/files/patch-cfgfile.cc b/games/yadex/files/patch-cfgfile.cc deleted file mode 100644 index 66b0acfbd727..000000000000 --- a/games/yadex/files/patch-cfgfile.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- src/cfgfile.cc.orig Sat Aug 26 13:21:12 2000 -+++ src/cfgfile.cc Sun Jun 17 20:33:08 2001 -@@ -572,10 +572,8 @@ - "~/.yadex/%v/%b", - "~/.yadex/%b", - "%i/%b", -- "/usr/local/etc/yadex/%v/%b", -- "/usr/local/etc/yadex/%b", -- "/etc/yadex/%v/%b", -- "/etc/yadex/%b", -+ PREFIX "/etc/yadex/%v/%b", -+ PREFIX "/etc/yadex/%b", - 0 - }; - |