'tmw' => 'manaplus'

This commit is contained in:
bcallah 2013-02-04 15:11:31 +00:00
parent e959b8e93d
commit eda31a8d89
2 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.80 2012/12/03 11:17:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.81 2013/02/04 15:11:31 bcallah Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.78
PKGNAME = quirks-1.79
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.85 2012/12/03 11:17:23 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.86 2013/02/04 15:11:31 bcallah Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -305,7 +305,8 @@ my $stem_extensions = {
# 5.3
'postler' => 'geary',
'tangogps' => 'foxtrotgps',
'cyrus-imapd-perl' => 'cyrus-imapd'
'cyrus-imapd-perl' => 'cyrus-imapd',
'tmw' => 'manaplus'
};
# ->is_base_system($handle, $state):