Fix a typo, which broke this port on runtime.
Submitted by: Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
parent
c3e6deebb6
commit
2974af2bd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299870
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= system-tools-backends
|
||||
PORTVERSION= 2.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"freebsd-7" => [ "FreeBSD", "7", "" ],
|
||||
"freebsd-8" => [ "FreeBSD", "8", "" ],
|
||||
+ "freebsd-9" => [ "FreeBSD", "9", "" ],
|
||||
+ "freebsd-10" => [ "FreeBSD", "10" "" ],
|
||||
+ "freebsd-10" => [ "FreeBSD", "10", "" ],
|
||||
"gentoo" => [ "Gentoo Linux", "", "" ],
|
||||
"vlos-1.2" => [ "Vida Linux OS", "1.2" ],
|
||||
"archlinux" => [ "Arch Linux", "", "" ],
|
||||
|
|
Loading…
Reference in a new issue