diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-06-03 16:12:06 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-06-03 16:12:06 +0200 |
commit | 18fe59a2596cab093f6285e7dca4897aa03717bf (patch) | |
tree | cb7b3324da3ec80049f8500ce0f9841a6c8984fb /mail/sendmail/files/patch-doc-op-Makefile | |
parent | lang/python27: Fix build with OpenSSL 3 and later (diff) |
mail/sendmail: Update to 8.17.2
Diffstat (limited to 'mail/sendmail/files/patch-doc-op-Makefile')
-rw-r--r-- | mail/sendmail/files/patch-doc-op-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/files/patch-doc-op-Makefile b/mail/sendmail/files/patch-doc-op-Makefile index 1e75f91c0c09..0bbc747360eb 100644 --- a/mail/sendmail/files/patch-doc-op-Makefile +++ b/mail/sendmail/files/patch-doc-op-Makefile @@ -1,4 +1,4 @@ ---- doc/op/Makefile.orig 2014-03-05 00:59:45 UTC +--- doc/op/Makefile.orig 2023-02-09 18:24:38 UTC +++ doc/op/Makefile @@ -12,7 +12,7 @@ PS2PDF_CMD= ps2pdf PIC= ${PIC_CMD} -C @@ -6,6 +6,6 @@ EQNPS= ${EQN_CMD} -C -Tps -ROFFASCII= ${ROFF_CMD} -Tascii ${MACROS} +ROFFASCII= ${ROFF_CMD} -P-c -Tascii ${MACROS} + ROFFNOSGR= GROFF_NO_SGR=1 ${ROFFASCII} ROFFPS= ${ROFF_CMD} -Tps -mps ${MACROS} ULASCII= ${UL_CMD} -t dumb - PS2PDF= ${PS2PDF_CMD} |