'nail' => 's-nail'
ok sthen@
This commit is contained in:
parent
2c80811cbc
commit
e686c252a6
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.83 2013/03/11 10:50:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.84 2013/03/29 03:59:45 william Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-1.80
|
||||
PKGNAME = quirks-1.81
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.87 2013/02/05 10:32:31 jasper Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.88 2013/03/29 03:59:45 william Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -308,7 +308,8 @@ my $stem_extensions = {
|
||||
'cyrus-imapd-perl' => 'cyrus-imapd',
|
||||
'tmw' => 'manaplus',
|
||||
'ruby19-ruby-augeas' => 'ruby19-augeas',
|
||||
'ruby-ruby-augeas' => 'ruby-augeas'
|
||||
'ruby-ruby-augeas' => 'ruby-augeas',
|
||||
'nail' => 's-nail'
|
||||
};
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
Loading…
Reference in New Issue
Block a user