diff options
author | ed <ed@FreeBSD.org> | 2008-06-20 15:18:30 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-06-20 15:18:30 +0800 |
commit | 841b001b671e6f437a1285daf1da6827132b14e9 (patch) | |
tree | 87aad9c43bdd342749d1c567abc50920cbb7df1b /devel/mingw32-pthreads | |
parent | 5d59a4b837a974937cba09cf0f186deb115bd984 (diff) | |
download | freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.tar.gz freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.tar.zst freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.zip |
Use the email address from the FreeBSD project for my ports.
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.
Approved by: philip (mentor), rink
Diffstat (limited to 'devel/mingw32-pthreads')
-rw-r--r-- | devel/mingw32-pthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw32-pthreads/Makefile b/devel/mingw32-pthreads/Makefile index f396abf5ccee..afc6951e3280 100644 --- a/devel/mingw32-pthreads/Makefile +++ b/devel/mingw32-pthreads/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}-win32/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-w32-${PORTVERSION:S/./-/g}-release -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= POSIX threads library for Windows compiled with MinGW32 BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ |