diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-20 19:40:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-20 19:40:57 +0000 |
commit | f25c8844425930610b5e245e96a44af79230ba67 (patch) | |
tree | 5dc83224b802eede1f3c3e33154c5cacc4aa2538 /net/tcptraceroute/files | |
parent | 1c80bacc6a1e9ecb8724d9ddb14f189be03d2ff2 (diff) | |
download | ports-f25c8844425930610b5e245e96a44af79230ba67.tar.gz ports-f25c8844425930610b5e245e96a44af79230ba67.zip |
Notes
Diffstat (limited to 'net/tcptraceroute/files')
-rw-r--r-- | net/tcptraceroute/files/patch-Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/tcptraceroute/files/patch-Makefile b/net/tcptraceroute/files/patch-Makefile index 173962cb0853..7abce3a75413 100644 --- a/net/tcptraceroute/files/patch-Makefile +++ b/net/tcptraceroute/files/patch-Makefile @@ -1,18 +1,18 @@ ---- Makefile.orig Wed Aug 1 07:52:40 2001 -+++ Makefile Sun Mar 24 10:36:40 2002 -@@ -1,20 +1,27 @@ +--- Makefile.orig Mon May 20 03:11:38 2002 ++++ Makefile Tue Aug 20 01:49:27 2002 +@@ -3,20 +3,27 @@ # tcptraceroute -- A traceroute implementation using TCP packets - # Copyright (c) 2001, Michael C. Toren <mct@toren.net> + # Copyright (c) 2001, 2002 Michael C. Toren <mct@toren.net> -CC = gcc -CFLAGS = -O2 -Wall -DESTDIR=/usr/local/bin -+CC ?= cc -+CFLAGS ?= -O2 -Wall ++CC?= cc ++CFLAGS?= -O -pipe -Wall +LNETINC= -I/usr/local/include +LNETLIB= -L/usr/local/lib + -+BINDIR= ${PREFIX}/bin ++BINDIR= ${PREFIX}/sbin +MANDIR= ${PREFIX}/man + +all: tcptraceroute |