diff options
| author | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
|---|---|---|
| committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-06-25 09:11:18 +0000 |
| commit | 9267dbe6c2af251671d512bda4511088ff7dec16 (patch) | |
| tree | 78e4376837c9b78fa5e182ebc13d431a1be4b001 /security/pidentd/files/patch-ab | |
| parent | register ${PREFIX}/bin/zsh - not zsh-2.6-beta21 (diff) | |
upgrade to 2.7b2
Submitted by: adam via gpalmer
OK'ed by: gpalmer
Diffstat (limited to 'security/pidentd/files/patch-ab')
| -rw-r--r-- | security/pidentd/files/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 62a66aa5dd17..01f92189484d 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -37,20 +37,19 @@ *************** *** 387,394 **** - install: in.identd + install: in.identd idecrypt cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/in.identd + cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) + cp idecrypt $(DESTDIR)/idecrypt - tests: - (cd testdir ; make) --- 387,394 ---- - install: in.identd + install: in.identd idecrypt cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/identd + cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) + cp idecrypt $(DESTDIR)/idecrypt - tests: - (cd testdir ; make) - cp in.identd $(DESTDIR)/in.identd |
