From 1aa50ba8836e682a2becebf6addb965e57a31595 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Mon, 13 Oct 2003 23:22:02 +0000 Subject: Rename to mftrace. PR: 50578 Submitted by: Keith White of SITE, University of Ottawa Also fix master site, update to 1.0.19, generate packing list upon installation, support getopt_long on -CURRENT, and assume maintainership. --- print/pktrace/files/patch-GNUmakefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/pktrace/files/patch-GNUmakefile.in') diff --git a/print/pktrace/files/patch-GNUmakefile.in b/print/pktrace/files/patch-GNUmakefile.in index bb1450b4db9d..96ec34814e1a 100644 --- a/print/pktrace/files/patch-GNUmakefile.in +++ b/print/pktrace/files/patch-GNUmakefile.in @@ -1,11 +1,13 @@ +$FreeBSD$ + --- GNUmakefile.in.orig Sun Jun 2 23:51:33 2002 +++ GNUmakefile.in Sun Jun 2 23:52:07 2002 @@ -23,7 +23,7 @@ - compile: pktrace gf2pbm + compile: mftrace gf2pbm gf2pbm: gf2pbm.c - gcc -O2 -Wall -o $@ $< -+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib -lgnugetopt ++ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib ${LDFLAGS} README.txt: README.texi makeinfo --no-split --no-headers --output $@ $< -- cgit v1.2.3