diff options
author | pat <pat@FreeBSD.org> | 2002-12-16 10:24:19 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-16 10:24:19 +0800 |
commit | 0d3d08cb801f9e865fc117663df3cfcd0a38fcad (patch) | |
tree | dae90c9ff33bdaf476484a4681635d3e39a34041 /devel/linux-sdl12 | |
parent | 4f5bdf7af3bae8f9a9d34b2d0e5a692cbafc23bb (diff) | |
download | freebsd-ports-gnome-0d3d08cb801f9e865fc117663df3cfcd0a38fcad.tar.gz freebsd-ports-gnome-0d3d08cb801f9e865fc117663df3cfcd0a38fcad.tar.zst freebsd-ports-gnome-0d3d08cb801f9e865fc117663df3cfcd0a38fcad.zip |
Correct email address
Submitted by: maintainer
Diffstat (limited to 'devel/linux-sdl12')
-rw-r--r-- | devel/linux-sdl12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linux-sdl12/Makefile b/devel/linux-sdl12/Makefile index 9a6f518290ec..8e8d6ef32e2e 100644 --- a/devel/linux-sdl12/Makefile +++ b/devel/linux-sdl12/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: linux-sdl # Date created: 8 October 2001 -# Whom: Martin Matuska <matuska@wu-wien.ac.at> +# Whom: Martin Matuska <martin@tradex.sk> # Based on: emulators/linux_base by marcel@FreeBSD.org # # $FreeBSD$ @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}.${MACHINE_ARCH} EXTRACT_SUFX= .rpm EXTRACT_ONLY= -MAINTAINER= matuska@wu-wien.ac.at +MAINTAINER= martin@tradex.sk BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm |