diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-02 17:39:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-02 17:39:56 +0000 |
commit | a028e9e2dc51fe11ff6533a3a0e892475d209e7f (patch) | |
tree | 719227ec0c51e179d93badec82c82085bcbddb47 /x11-fm/x-files/files | |
parent | 5b2a8ab9fae385a073d844c7d4c55086d8fd4cc1 (diff) |
2013-01-30 net-mgmt/nagiosgrapher: Deprecated upstream. Please use net-mgmt/pnp instead
2013-02-01 x11-fm/x-files: Project has been abandoned
Notes
Notes:
svn path=/head/; revision=311436
Diffstat (limited to 'x11-fm/x-files/files')
-rw-r--r-- | x11-fm/x-files/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/x-files/files/patch-aa b/x11-fm/x-files/files/patch-aa deleted file mode 100644 index a5158c732859..000000000000 --- a/x11-fm/x-files/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- X-Files.tcl.orig Thu Dec 18 13:24:33 1997 -+++ X-Files.tcl Sun Apr 19 13:22:27 1998 -@@ -1,3 +1,8 @@ -+#!/bin/sh -+# The main file for the X-Files -+# The next line is executed by /bin/sh, but not Tcl \ -+exec wish8.3 $0 ${1+"$@"} -+set xf(xf_home) "@PREFIX@/lib/X11/X-Files/" - proc MAIN {argc argv} { - global xf xf_image env menu tk_version - |