mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
japanese/mh: fix builds on 12-CURRENT
PR: 219257 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) MFH: 2017Q3
This commit is contained in:
parent
bfc9f4a809
commit
4cb61df8b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448088
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mh
|
||||
PORTVERSION= ${VERSION}.j${JP_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= japanese mail
|
||||
MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
11
japanese/mh/files/patch-config_version.sh
Normal file
11
japanese/mh/files/patch-config_version.sh
Normal file
@ -0,0 +1,11 @@
|
||||
--- config/version.sh.orig 2001-04-03 06:14:41 UTC
|
||||
+++ config/version.sh
|
||||
@@ -36,7 +36,7 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
-IFS=" "
|
||||
+IFS="$OFS"
|
||||
|
||||
if test "${LANG+set}" = set; then LANG=C; export LANG; fi
|
||||
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
|
Loading…
Reference in New Issue
Block a user