Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/thc-ipv6/files: thc-ipv6-1.9-Makefile.patch
Date: Mon, 09 Jul 2012 12:17:44
Message-Id: 20120709121715.4363120065@flycatcher.gentoo.org
1 xmw 12/07/09 12:17:15
2
3 Added: thc-ipv6-1.9-Makefile.patch
4 Log:
5 Version bump (bug 425400, by Khayyam), drop old.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/thc-ipv6/files/thc-ipv6-1.9-Makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/files/thc-ipv6-1.9-Makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/files/thc-ipv6-1.9-Makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: thc-ipv6-1.9-Makefile.patch
16 ===================================================================
17 --- Makefile.orig 2012-07-05 12:22:03.000000000 +0200
18 +++ Makefile 2012-07-09 06:11:49.281442066 +0200
19 @@ -8,7 +8,7 @@
20 PREFIX=/usr/local
21 MANPREFIX=${PREFIX}/share/man
22
23 -all: $(LIBS) $(PROGRAMS) dnsdict6 thcping6
24 +all: $(LIBS) $(PROGRAMS) dnsdict6
25
26 dnsdict6: dnsdict6.c $(LIBS)
27 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -lpthread -lresolv
28 @@ -22,9 +22,9 @@
29 strip: all
30 strip $(PROGRAMS) dnsdict6 thcping6
31
32 -install: all strip
33 +install: all
34 install -m0755 -d ${DESTDIR}${PREFIX}/bin
35 - install -m0755 $(PROGRAMS) dnsdict6 thcping6 *.sh ${DESTDIR}${PREFIX}/bin
36 + install -m0755 $(PROGRAMS) dnsdict6 *.sh ${DESTDIR}${PREFIX}/bin
37 install -m0755 -d ${DESTDIR}${MANPREFIX}/man8
38 install -m0644 -D thc-ipv6.8 ${DESTDIR}${MANPREFIX}/man8