freebsd-ports/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man
Michael Scheidell 2e160ec828 - Patched txt2man because of an overly,unnessessary agressive test
- without patch build would hang

PR:		161951
Submitted by:	janm@transactionware.com
Approved by:	maintainer (timeout), gabor (mentor)
Feature safe:	yes
2011-12-03 18:31:16 +00:00

10 lines
276 B
Text

*** doc/txt2man.orig Fri Oct 7 17:45:27 2011
--- doc/txt2man Fri Oct 7 17:45:35 2011
***************
*** 1,5 ****
#!/bin/sh
- test "$HOME" = ~ || exec ksh $0 "$@" # try ksh if sh too old (not yet POSIX)
# Copyright (C) 2001, 2002, 2003 Marc Vertes
--- 1,4 ----