diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 23:22:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-13 23:22:02 +0000 |
commit | 1aa50ba8836e682a2becebf6addb965e57a31595 (patch) | |
tree | 5145d3a87ca248699f7056a8c5f487a2643ea121 /print/pktrace/files/patch-GNUmakefile.in | |
parent | Update to 2.0.1. (diff) |
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.
Diffstat (limited to 'print/pktrace/files/patch-GNUmakefile.in')
-rw-r--r-- | print/pktrace/files/patch-GNUmakefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 $@ $< |