openbsd-ports/mail/mailman/patches/patch-Mailman_Archiver_pipermail_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
307 B
Plaintext

$OpenBSD: patch-Mailman_Archiver_pipermail_py,v 1.1 2008/07/09 19:30:23 wcmaier Exp $
--- Mailman/Archiver/pipermail.py.orig Sat Jan 28 23:12:26 2006
+++ Mailman/Archiver/pipermail.py Wed Jul 9 13:13:53 2008
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!${MODPY_BIN}
from __future__ import nested_scopes