diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2009-06-13 19:05:42 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2009-06-13 19:05:42 +0000 |
commit | 8715d0081ce7c72848a1ad532c26fba36197311a (patch) | |
tree | 2bbbc303f179ea38efd9c1faa41d938761fd745b /comms/xcept/files/patch-ad | |
parent | Remove cad/freecad as it has been BROKEN for over 4 months. (diff) |
Removed comms/xcept: stale old code, underlying protocol no longer in use
by telcos.
Notes
Notes:
svn path=/head/; revision=235720
Diffstat (limited to 'comms/xcept/files/patch-ad')
-rw-r--r-- | comms/xcept/files/patch-ad | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/comms/xcept/files/patch-ad b/comms/xcept/files/patch-ad deleted file mode 100644 index f751e4f067eb..000000000000 --- a/comms/xcept/files/patch-ad +++ /dev/null @@ -1,17 +0,0 @@ ---- lib/Makefile.orig Thu Sep 14 18:10:53 2000 -+++ lib/Makefile Thu Sep 14 18:12:13 2000 -@@ -0,0 +1,14 @@ -+# -+# Makefile for scripts -+# essentially the install command -+SCRIPTS = ascii.xcept Bundesbahn.xcept DeutscheBank-Kontoauszug.xcept \ -+ on-off.xcept popup.xcept Sparkasse.xcept \ -+ ZDF.xcept client-mode xcept.pl ZDF.pl -+DEST = /usr/local/lib/xcept -+ -+all: -+ -+install: -+ mkdir -p $(DEST) -+ install -c -m 0644 $(SCRIPTS) $(DEST) -+ chmod 755 $(DEST)/ZDF.pl $(DEST)/xcept.pl |