summaryrefslogtreecommitdiff
path: root/comms/xcept/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xcept/files/patch-ad')
-rw-r--r--comms/xcept/files/patch-ad17
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