diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 16:17:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-09 16:17:37 +0000 |
commit | f2fbd59d14dcf491754c4d89e3c43d7167ae2193 (patch) | |
tree | a5039e8490babeb724a6fff288a48135abf0db87 /editors/wily/files/patch-win::Man.rc | |
parent | -Add a missing dependency, rarian. (diff) |
Xg has expired: no more public distfiles, and wily depends on it
editors/wily
2011-05-01 x11-fonts/Xg: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=275280
Diffstat (limited to 'editors/wily/files/patch-win::Man.rc')
-rw-r--r-- | editors/wily/files/patch-win::Man.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/wily/files/patch-win::Man.rc b/editors/wily/files/patch-win::Man.rc deleted file mode 100644 index 7465d9bb7fa0..000000000000 --- a/editors/wily/files/patch-win::Man.rc +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/win/Man.rc.orig Sun Jan 19 08:59:21 2003 -+++ tools/win/Man.rc Sun Jan 19 08:59:41 2003 -@@ -10,6 +10,6 @@ - } - - name = `{ echo $*($#*) } --man $* >[2=1] | col -bx | wreplace -c '+Man '^$name^':,' -+man $* >[2=1] | col -bx | wreplace -c '~Man '^$name^':,' - - exit |