diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /audio/gmixer | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.zip FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/Makefile | 6 | ||||
-rw-r--r-- | audio/gmixer/pkg-descr | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 6955e27..c4a3d1a 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gmixer # Version required: 0.98c # Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/04/06 09:36:42 jseger Exp $ +# $Id: Makefile,v 1.3 1999/05/29 03:55:31 steve Exp $ # DISTNAME= gmixer-0.98c CATEGORIES= audio MASTER_SITES= http://junior.technion.ac.il/~sergey/linux/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 diff --git a/audio/gmixer/pkg-descr b/audio/gmixer/pkg-descr index 62d82ad..a678237 100644 --- a/audio/gmixer/pkg-descr +++ b/audio/gmixer/pkg-descr @@ -4,6 +4,3 @@ and the ability to auto load/save a configuration. Author: Sergey Kiselev <asm@maxho.com> WWW: http://junior.technion.ac.il/~sergey/linux.html - --Chris Piazza -cpiazza@home.net |