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

$OpenBSD: patch-bin_msgfmt_py,v 1.1 2008/07/09 19:30:24 wcmaier Exp $
--- bin/msgfmt.py.orig Sun Sep 21 21:29:51 2003
+++ bin/msgfmt.py Wed Jul 9 13:13:53 2008
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!${MODPY_BIN}
# -*- coding: iso-8859-1 -*-
# Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>