mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
$NetBSD: patch-quickml.in,v 1.1 2012/08/11 13:51:20 obache Exp $
|
|
|
|
* sepcify character coding system with ruby-1.9 way
|
|
|
|
--- quickml.in.orig 2004-06-07 08:50:58.000000000 +0000
|
|
+++ quickml.in
|
|
@@ -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)
|