diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-12 06:06:16 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-12 06:06:16 +0800 |
commit | d2f322244969c311f53c5dfec941dda68d928183 (patch) | |
tree | 75bf34e259b30c940b9589ee6308bc770e1aea3f /audio/oss/Makefile | |
parent | 242299e276ebafc89f9ed33f977a905a2f1f6836 (diff) | |
download | freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.tar.gz freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.tar.zst freebsd-ports-gnome-d2f322244969c311f53c5dfec941dda68d928183.zip |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat
Diffstat (limited to 'audio/oss/Makefile')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index b3a4afa686c0..a338f7f25c72 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: oss # Date created: 2007-06-14 -# Whom: Edward Tomasz Napierala <trasz@freebsd.org> +# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= audio kld MASTER_SITES= http://developer.opensound.com/sources/stable/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-gpl -MAINTAINER= trasz@freebsd.org +MAINTAINER= trasz@FreeBSD.org COMMENT= Open Sound System BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk |