summaryrefslogtreecommitdiff
path: root/security/didentd/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/didentd/files/patch-aa')
-rw-r--r--security/didentd/files/patch-aa26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/didentd/files/patch-aa b/security/didentd/files/patch-aa
deleted file mode 100644
index bf9c22460466..000000000000
--- a/security/didentd/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Sun Oct 14 13:58:33 2001
-+++ Makefile Sat Oct 20 22:24:04 2001
-@@ -2,7 +2,7 @@
-
- PROGS = didentd didentd-decrypt didentd-name didentd-static didentd-conf didentd-name-conf didentd-static-conf
-
--CFLAGS = -g -Wall -Idjblib
-+CFLAGS = -Wall -Idjblib
-
- all: djblib.a $(PROGS)
-
-@@ -64,10 +64,10 @@
- ranlib djblib.a
-
- install: $(PROGS)
-- install -m 755 -s didentd didentd-name didentd-static /usr/local/bin
-- install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf /usr/local/bin
-- install -m 755 -s didentd-decrypt /usr/local/bin
-- install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 /usr/local/man/man8
-+ install -m 755 -s didentd didentd-name didentd-static %%LOCALBASE%%/bin
-+ install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf %%LOCALBASE%%/bin
-+ install -m 755 -s didentd-decrypt %%LOCALBASE%%/bin
-+ install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 %%LOCALBASE%%/man/man8
-
- clean:
- rm -f $(PROGS) *.o