ports/mail/quickml/files/extra-patch-ruby19-quickml.in
Steve Wills 11a42e9792 - Make patches for ruby19 environment
- Fix Makefile
- SUB_LIST: to work rc.d scripts proper.
- PLIST_SUB: to change pkg-plist based on Make variables.

PR:		ports/169345
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Approved by:	maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp, >3 weeks)
2012-07-22 14:04:11 +00:00

16 lines
344 B
Text

--- quickml.in.orig 2004-06-07 17:50:58.000000000 +0900
+++ quickml.in 2012-06-21 16:05:07.000000000 +0900
@@ -1,4 +1,5 @@
#! %RUBY%
+#coding: euc-jp
# -*- mode: ruby -*-
#
# quickml - an easy-to-use mailing list server
@@ -11,7 +12,6 @@
# the GNU General Public License version 2.
#
-$KCODE = "e"
require 'quickml'
def error (msg)