mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix tr(1) usage
PR: 140941 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
This commit is contained in:
parent
b028819216
commit
8a10c7461e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244917
2 changed files with 12 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= usendmail
|
||||
PORTVERSION= 0.1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.ohse.de/uwe/usendmail/
|
||||
|
||||
|
|
11
mail/usendmail/files/patch-src_typesize.sh
Normal file
11
mail/usendmail/files/patch-src_typesize.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/typesize.sh.orig 2009-11-22 19:02:59.000000000 +0100
|
||||
+++ src/typesize.sh 2009-11-22 19:04:28.000000000 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
:
|
||||
else
|
||||
x=$?
|
||||
- p=`echo $i | sed 's/ /_/g' | tr "[a-z]]" "[A-Z]"`
|
||||
+ p=`echo $i | sed 's/ /_/g' | tr "[:lower:]" "[:upper:]"`
|
||||
echo "#define SIZEOF_$p $x"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Reference in a new issue