openbsd-ports/mail/mailman/patches/patch-admin_bin_faq2ht_py
wcmaier 974e3db4b1 Replace 'python' invocations with ${MODPY_BIN} via ${SUBST_CMD}.
While here, regen patches.

"looks reasonable" and requested by mbalmer@
2008-07-09 19:30:23 +00:00

10 lines
299 B
Plaintext

$OpenBSD: patch-admin_bin_faq2ht_py,v 1.1 2008/07/09 19:30:23 wcmaier Exp $
--- admin/bin/faq2ht.py.orig Thu Apr 18 22:34:50 2002
+++ admin/bin/faq2ht.py Wed Jul 9 13:13:53 2008
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!${MODPY_BIN}
"""Convert the plain text FAQ file to its .ht template.
"""