mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- 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)
16 lines
344 B
Text
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)
|