diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-12 11:00:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-12 11:00:20 +0000 |
commit | 6ee6b621861ab226cc67561753addd3f2cf291f1 (patch) | |
tree | 879ae5726df530510eed6fc05c0a46ff92c0d6bc | |
parent | Update to r53886 from the FreeBSD docset. (diff) |
Assume maintainership, taking this from the ports@ pool.
Fix the description which has been off (referring to HTML, probably
coming from wine-gecko-devel) since r302265 on 2012-08-07.
PR: 238081
Notes
Notes:
svn path=/head/; revision=525903
-rw-r--r-- | emulators/wine-mono-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile index 585e44871205..b1eeb7725aaf 100644 --- a/emulators/wine-mono-devel/Makefile +++ b/emulators/wine-mono-devel/Makefile @@ -9,8 +9,8 @@ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org -COMMENT= Mono .NET implementation for Wine development branch (HTML support) +MAINTAINER= gerald@FreeBSD.org +COMMENT= Mono .NET implementation for Wine development branch LICENSE= MIT GPLv2 LGPL20 LICENSE_COMB= multi |