- Correct pkg-deinstall by using the correct sh syntax. The old syntax

happened to work in some situations.
- Bump PORTREVISION
This commit is contained in:
Rene Ladan 2012-06-26 18:28:39 +00:00
parent 5db8b1dfe1
commit 43e055d93e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300034
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
PORTNAME= boinc-setiathome-enhanced
PORTVERSION= 6.12
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= astro
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
DISTNAME= setiathome-svn-1008

View file

@ -14,8 +14,8 @@ if [ $? -ne 0 ]; then
echo $F is corrupt
exit 1
fi
l1=$((l-1))
l2=$((l+13))
l1=$(($l-1))
l2=$(($l+13))
sed -i.bak "${l1},${l2}d" $F # sed wants the braces
rm $F.bak