diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-10 11:23:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-10 11:23:09 +0000 |
commit | 62e0e803516c953c15809b6ef4ebf879c03a1df1 (patch) | |
tree | c86834764b6f6b92048bd334c552efd82910b686 /japanese/perl5/files/patch-ag | |
parent | Make this port actually work. One place had ${PREFIX}/share/ccb for (diff) |
Update japanese perl5 to 5.005_02.
PR: ports/8201
Obsoletes: ports/7849
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Modified by: Japanese Ports Team
Notes
Notes:
svn path=/head/; revision=13848
Diffstat (limited to 'japanese/perl5/files/patch-ag')
-rw-r--r-- | japanese/perl5/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/perl5/files/patch-ag b/japanese/perl5/files/patch-ag new file mode 100644 index 000000000000..c701adb3382b --- /dev/null +++ b/japanese/perl5/files/patch-ag @@ -0,0 +1,10 @@ +--- makedepend.SH.ORIG Fri Jul 24 06:00:58 1998 ++++ makedepend.SH Thu Jul 30 17:08:37 1998 +@@ -67,6 +67,7 @@ + # to be out of date. I don't know if OS/2 has touch, so do this: + case "$osname" in + os2) ;; ++ freebsd) ;; + *) $touch $firstmakefile ;; + esac + fi |