- set CATEGORIES+=lang/mono via mono.port.mk, instead of every port doing

it themselves. like other modules do too.
This commit is contained in:
jasper 2008-10-16 21:47:10 +00:00
parent 101fabd0b7
commit 2cc7c0520b
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2008/10/16 16:00:27 robert Exp $
# $OpenBSD: Makefile,v 1.4 2008/10/16 21:47:10 jasper Exp $
ONLY_FOR_ARCHS= amd64 i386
COMMENT= cross platform, open source .NET developement framework
DISTNAME= mono-2.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= lang devel
SHARED_LIBS= mono-profiler-aot 0.0 \
mono-profiler-cov 0.0 \

View File

@ -1,4 +1,6 @@
# $OpenBSD: mono.port.mk,v 1.1 2008/10/16 16:00:27 robert Exp $
# $OpenBSD: mono.port.mk,v 1.2 2008/10/16 21:47:10 jasper Exp $
CATEGORIES+= lang/mono
# A list of files where we have to remove the stupid hardcoded .[0-9] major
# version from library names.