- Add support for FreeBSD 8.x

PR:		ports/125199
Submitted by:	gahr
This commit is contained in:
Sergey Matveychuk 2008-07-09 17:59:24 +00:00
parent c1a337e442
commit 23bfae6f49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216622
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= grub
PORTVERSION= 0.97
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/

View File

@ -12,7 +12,7 @@
+ | sed "s%.*/r\{0,1\}[saw]d[0-9]\(s[0-9]*[a-h]\)%\1%" \
+ | sed "s%.*/r\{0,1\}da[0-9]\(s[0-9]*[a-h]\)%\1%"`
+ ;;
+ freebsd[567]*)
+ freebsd[5678]*)
+ tmp_disk=`echo "$1" | sed 's%r\{0,1\}\([saw]d[0-9]*\).*$%\1%' \
+ | sed 's%r\{0,1\}\(da[0-9]*\).*$%\1%'`
tmp_part=`echo "$1" \