6e34560128
PR: ports/65116 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
10 lines
265 B
Text
10 lines
265 B
Text
--- common/Makefile.machine.freebsd.orig Mon Oct 20 02:59:58 2003
|
|
+++ common/Makefile.machine.freebsd Sat Apr 3 16:44:00 2004
|
|
@@ -65,6 +65,6 @@
|
|
LINT_FLAGS = -DDEBUG $(CFLAGS)
|
|
|
|
# Location of gawk binary
|
|
- GAWK = /usr/bin/gawk
|
|
+ GAWK = /usr/bin/awk
|
|
|
|
|