diff options
| author | Adam David <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
|---|---|---|
| committer | Adam David <adam@FreeBSD.org> | 1996-02-09 12:01:29 +0000 |
| commit | c499e873973daea3501085c3ea80383919f3100f (patch) | |
| tree | b7f327900e101d4f373b2e9b71aaa4c50379214d /security/pidentd/files/patch-ab | |
| parent | version 2.24 (diff) | |
update to latest version. old version was gone from the master site.
some FreeBSD patches now in the main distribution.
Reviewed by:torstenb
Diffstat (limited to 'security/pidentd/files/patch-ab')
| -rw-r--r-- | security/pidentd/files/patch-ab | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 2779a331025f..62a66aa5dd17 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -35,19 +35,22 @@ all: @echo "Please specify the type of system you wish to build for." *************** -*** 387,393 **** +*** 387,394 **** install: in.identd - cp identd.8 $(MANDIR)/identd.8 + cp identd.man $(MANDIR)/identd.$(MANSECT) + echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/in.identd tests: (cd testdir ; make) ---- 387,393 ---- +--- 387,394 ---- install: in.identd - cp identd.8 $(MANDIR)/identd.8 + cp identd.man $(MANDIR)/identd.$(MANSECT) + echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/identd tests: (cd testdir ; make) + cp in.identd $(DESTDIR)/in.identd |
