Add quirk for libxfce4menu -> garcon migration.

This commit is contained in:
landry 2011-03-09 13:16:47 +00:00
parent 9c3a94a372
commit c89dcfb35f
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.36 2011/03/09 10:08:52 robert Exp $
# $OpenBSD: Makefile,v 1.37 2011/03/09 13:16:47 landry Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.34
PKGNAME = quirks-1.35
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.42 2011/03/09 10:08:52 robert Exp $
# $OpenBSD: Quirks.pm,v 1.43 2011/03/09 13:16:47 landry Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -192,6 +192,7 @@ my $stem_extensions = {
'openoffice-i18n-ru' => 'libreoffice-i18n-ru',
'openoffice-i18n-sl' => 'libreoffice-i18n-sl',
'openoffice-i18n-sv' => 'libreoffice-i18n-sv',
'libxfce4menu' => 'garcon',
};
# ->is_base_system($handle, $state):