diff options
author | Marco d'Itri <md@linux.it> | 2002-10-11 17:35:18 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:29 +0100 |
commit | 71d154697941ca0b472565461b9005c7c0d1eb10 (patch) | |
tree | ea2288d867df33fd980f3826eed16d4406568922 /Makefile | |
parent | d44aa7048b4f604ed5453891a578ce1297318f61 (diff) | |
download | whois-71d154697941ca0b472565461b9005c7c0d1eb10.tar.gz |
Imported Debian version 4.5.31v4.5.31
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ tld_serv.h: tld_serv_list make_tld_serv.pl install: whois install -m 0755 whois $(BASEDIR)$(prefix)/bin/ strip $(BASEDIR)$(prefix)/bin/whois - install -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/ + install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ cd po && $(MAKE) $@ |