]> git.pld-linux.org Git - packages/whois.git/blobdiff - whois-Makefile.patch
- updated to 4.7.11
[packages/whois.git] / whois-Makefile.patch
index a506237b7fa5e8797ab5f2c7c2ddb7a909f89ac2..679b5da5eef77cc6bc572620d262d35122e97afd 100644 (file)
@@ -1,30 +1,34 @@
-diff -Nru whois-4.4.4/Makefile whois-4.4.4.new/Makefile
---- whois-4.4.4/Makefile       Wed Dec 15 19:45:57 1999
-+++ whois-4.4.4.new/Makefile   Wed Dec 15 19:45:28 1999
-@@ -1,4 +1,5 @@
--prefix=/usr/local
-+prefix=/usr
+--- whois-4.6.9/Makefile.orig  2003-12-01 18:03:18.000000000 +0000
++++ whois-4.6.9/Makefile       2003-12-02 15:48:05.000000000 +0000
+@@ -1,4 +1,6 @@
+-prefix ?= /usr/local
++prefix ?=/usr
++bindir=$(prefix)/bin
 +mandir=/usr/share/man
  
  OPTS=-O2
  
-@@ -23,10 +24,10 @@
+@@ -38,12 +40,12 @@
        perl make_tld_serv.pl < tld_serv_list > tld_serv.h
  
  install: whois
--      install --strip -m 0755 whois $(BASEDIR)$(prefix)/bin/
--      install --strip -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/
-+      install -d $(DESTDIR)$(prefix)/bin $(DESTDIR)$(mandir)/man1
-+      install --strip -m 0755 whois $(DESTDIR)$(prefix)/bin/
-+      install -m 0644 whois.1 $(DESTDIR)$(mandir)/man1/
+-      install -m 0755 whois $(BASEDIR)$(prefix)/bin/
+-      strip $(BASEDIR)$(prefix)/bin/whois
+-      install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
++      install -d $(DESTDIR)$(bindir)
++      install -d $(DESTDIR)$(mandir)/man1
++      install -s -m 0755 whois $(DESTDIR)$(bindir)
++      install -m 0644 whois.1 $(DESTDIR)$(mandir)/man1
        cd po && $(MAKE) $@
--
  
+-
  distclean: clean
        rm -f po/whois.pot
-diff -Nru whois-4.4.4/po/Makefile whois-4.4.4.new/po/Makefile
---- whois-4.4.4/po/Makefile    Wed Dec 15 19:45:57 1999
-+++ whois-4.4.4.new/po/Makefile        Wed Dec 15 19:43:51 1999
+
+diff -Nru whois-4.6.9/po/Makefile whois-4.6.9.new/po/Makefile
+--- whois-4.6.9/po/Makefile    2003-06-15 16:46:16.000000000 +0000
++++ whois-4.6.9.new/po/Makefile        2003-12-02 15:55:37.000000000 +0000
 @@ -1,5 +1,5 @@
  INSTALL= /usr/bin/install -c
 -INSTALLNLSDIR=$(BASEDIR)/usr/share/locale
This page took 0.057388 seconds and 4 git commands to generate.