diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-18 19:27:50 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-18 19:27:50 +0800 |
commit | 62fd90324a7bf5449a42e5b923a0b2dac7220fa4 (patch) | |
tree | c685becc8ab9c2658a6c25e18d2a811b85697621 | |
parent | 18bc798e13596c545af715ab6fcca1f0e8845e65 (diff) | |
download | freebsd-ports-gnome-62fd90324a7bf5449a42e5b923a0b2dac7220fa4.tar.gz freebsd-ports-gnome-62fd90324a7bf5449a42e5b923a0b2dac7220fa4.tar.zst freebsd-ports-gnome-62fd90324a7bf5449a42e5b923a0b2dac7220fa4.zip |
Pass maintainership to Jung-uk Kim; he is putting much more effort
into this port than I do.
Approved by: jkim, miwi (mentor)
-rw-r--r-- | audio/oss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 32df0aa47c35..1d11758533a8 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio kld MASTER_SITES= http://developer.opensound.com/sources/stable/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-cddl -MAINTAINER= trasz@FreeBSD.org +MAINTAINER= jkim@FreeBSD.org COMMENT= Open Sound System BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk |