diff options
author | dbn <dbn@FreeBSD.org> | 2013-01-17 04:15:07 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-01-17 04:15:07 +0800 |
commit | df253e4209c8c05f43922f41cdd40ba3566a9940 (patch) | |
tree | cbb7ce7f739bd0f913579647502109acf87c3da1 /emulators/wine-mono | |
parent | 5a14772878559ba08698dd1c7be8b351d1a028ef (diff) | |
download | freebsd-ports-gnome-df253e4209c8c05f43922f41cdd40ba3566a9940.tar.gz freebsd-ports-gnome-df253e4209c8c05f43922f41cdd40ba3566a9940.tar.zst freebsd-ports-gnome-df253e4209c8c05f43922f41cdd40ba3566a9940.zip |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
Diffstat (limited to 'emulators/wine-mono')
-rw-r--r-- | emulators/wine-mono/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile index 78730d338ef8..cf6de0d546c7 100644 --- a/emulators/wine-mono/Makefile +++ b/emulators/wine-mono/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: wine-mono-devel -# Date created: 2012-08-08 -# Whom: David Naylor <naylor.b.david@gmail.com> -# +# Created by: David Naylor <naylor.b.david@gmail.com> # $FreeBSD$ PORTNAME= wine-mono @@ -11,7 +8,7 @@ MASTER_SITES= SF/wine/Wine%20Mono/${DISTVERSION} EXTRACT_SUFX= .msi EXTRACT_ONLY= -MAINTAINER= naylor.b.david@gmail.com +MAINTAINER= dbn@FreeBSD.org COMMENT= Mono .NET implementation for Wine development branch (HTML support) LICENSE= MIT GPLv2 LGPL20 |