mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
This is mainly for ports/106818. Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer.
11 lines
322 B
Text
11 lines
322 B
Text
--- bin/sun2mime.orig Sat Nov 13 15:54:05 1993
|
|
+++ bin/sun2mime Mon Dec 18 11:50:06 2006
|
|
@@ -11,7 +11,7 @@
|
|
fi
|
|
TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$
|
|
|
|
-/bin/nawk '
|
|
+/usr/bin/awk '
|
|
BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n")
|
|
RS=""; FS="\n"; mode="HEADER" }
|
|
mode == "HEADER" {
|