]> git.pld-linux.org Git - packages/whois.git/blob - whois-Makefile.patch
a506237b7fa5e8797ab5f2c7c2ddb7a909f89ac2
[packages/whois.git] / whois-Makefile.patch
1 diff -Nru whois-4.4.4/Makefile whois-4.4.4.new/Makefile
2 --- whois-4.4.4/Makefile        Wed Dec 15 19:45:57 1999
3 +++ whois-4.4.4.new/Makefile    Wed Dec 15 19:45:28 1999
4 @@ -1,4 +1,5 @@
5 -prefix=/usr/local
6 +prefix=/usr
7 +mandir=/usr/share/man
8  
9  OPTS=-O2
10  
11 @@ -23,10 +24,10 @@
12         perl make_tld_serv.pl < tld_serv_list > tld_serv.h
13  
14  install: whois
15 -       install --strip -m 0755 whois $(BASEDIR)$(prefix)/bin/
16 -       install --strip -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/
17 +       install -d $(DESTDIR)$(prefix)/bin $(DESTDIR)$(mandir)/man1
18 +       install --strip -m 0755 whois $(DESTDIR)$(prefix)/bin/
19 +       install -m 0644 whois.1 $(DESTDIR)$(mandir)/man1/
20         cd po && $(MAKE) $@
21 -
22  
23  distclean: clean
24         rm -f po/whois.pot
25 diff -Nru whois-4.4.4/po/Makefile whois-4.4.4.new/po/Makefile
26 --- whois-4.4.4/po/Makefile     Wed Dec 15 19:45:57 1999
27 +++ whois-4.4.4.new/po/Makefile Wed Dec 15 19:43:51 1999
28 @@ -1,5 +1,5 @@
29  INSTALL= /usr/bin/install -c
30 -INSTALLNLSDIR=$(BASEDIR)/usr/share/locale
31 +INSTALLNLSDIR=$(DESTDIR)/usr/share/locale
32  
33  PACKAGE = whois
34  
This page took 0.023163 seconds and 3 git commands to generate.