mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9833798928
- split patch into seperate files
12 lines
430 B
Bash
12 lines
430 B
Bash
--- cf/sh/makeinfo.sh.orig 1999-02-07 08:26:25.000000000 +0100
|
|
+++ cf/sh/makeinfo.sh 2008-05-04 11:55:42.000000000 +0200
|
|
@@ -52,7 +52,7 @@
|
|
else
|
|
host=`uname -n`
|
|
fi
|
|
-echo '#####' built by $user@$host on `date`
|
|
+echo '#####' built by $user@$host on `LC_TIME=C date`
|
|
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
|
|
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
|
|
echo "define(\`__HOST__', $host)dnl"
|