diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:32:35 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:32:35 +0000 |
commit | 99436422e819bb14eae3bd35a1c86b977ddfbb2a (patch) | |
tree | 276c01e5b6683af3fc1e40a2705cd9b9185907a8 /security/didentd/files/patch-aa | |
parent | New port: didentd (diff) |
New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
PR: ports/31349
Submitted by: D. T. Tzeck <drt@un.brewaff.net>
Notes
Notes:
svn path=/head/; revision=48994
Diffstat (limited to 'security/didentd/files/patch-aa')
-rw-r--r-- | security/didentd/files/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/didentd/files/patch-aa b/security/didentd/files/patch-aa new file mode 100644 index 000000000000..bf9c22460466 --- /dev/null +++ b/security/didentd/files/patch-aa @@ -0,0 +1,26 @@ +--- 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 |