mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -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)
15 lines
401 B
Ruby
15 lines
401 B
Ruby
--- lib/quickml/core.rb.orig 2004-06-09 05:15:11.000000000 +0900
|
|
+++ lib/quickml/core.rb 2012-06-21 16:08:14.000000000 +0900
|
|
@@ -1,3 +1,4 @@
|
|
+#coding: euc-jp
|
|
#
|
|
# quickml/core - a part of quickml server
|
|
#
|
|
@@ -8,7 +9,6 @@
|
|
# You can redistribute it and/or modify it under the terms of
|
|
# the GNU General Public License version 2.
|
|
#
|
|
-$KCODE='e'
|
|
require 'quickml/utils'
|
|
require 'quickml/gettext'
|
|
|