diff options
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 |
