X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=whois-Makefile.patch;h=679b5da5eef77cc6bc572620d262d35122e97afd;hb=refs%2Fheads%2FRA-branch;hp=022b129e5e734401e529b11d941dfca4cbac0876;hpb=53e274ef90a760bf9f694a30786356fdb45c5978;p=packages%2Fwhois.git diff --git a/whois-Makefile.patch b/whois-Makefile.patch index 022b129..679b5da 100644 --- a/whois-Makefile.patch +++ b/whois-Makefile.patch @@ -1,33 +1,34 @@ -diff -Nru whois-4.4.5/Makefile whois-4.4.5.new/Makefile ---- whois-4.4.5/Makefile Sat Dec 18 20:59:15 1999 -+++ whois-4.4.5.new/Makefile Thu Dec 30 21:41:46 1999 +--- 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 +-prefix ?= /usr/local ++prefix ?=/usr +bindir=$(prefix)/bin +mandir=/usr/share/man OPTS=-O2 -@@ -26,11 +28,11 @@ +@@ -38,12 +40,12 @@ perl make_tld_serv.pl < tld_serv_list > tld_serv.h 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/ + 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.5/po/Makefile whois-4.4.5.new/po/Makefile ---- whois-4.4.5/po/Makefile Sat Dec 18 20:49:31 1999 -+++ whois-4.4.5.new/po/Makefile Thu Dec 30 21:31:15 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