diff options
author | trevor <trevor@FreeBSD.org> | 2002-08-26 00:28:23 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-08-26 00:28:23 +0000 |
commit | d42d7fc88ae4009aa24a8975573393313adae7a1 (patch) | |
tree | 6df8abfca931056f34611741a9daf4acb39de8d5 /emulators/xzx | |
parent | f5509385caec6add021c4fd5bef5ae3335b22c53 (diff) | |
download | FreeBSD-ports-d42d7fc88ae4009aa24a8975573393313adae7a1.zip FreeBSD-ports-d42d7fc88ae4009aa24a8975573393313adae7a1.tar.gz |
Turn Miguel Mendez' ports over to Adam Weinberger.
PR: 42012
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index c8355e9..66d7296 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.philosys.de/~kunze/xzx.purespace.de/xzx/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= adam@vectors.cx # xmkmf is used in configure script BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 |