diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 16:26:18 +0800 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /audio/mixer.app/Makefile | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.tar.zst freebsd-ports-gnome-9f0966904693a035e2a418cbed90d94f93462baa.zip |
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/mixer.app/Makefile')
-rw-r--r-- | audio/mixer.app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index 624b13067486..edc998c2360e 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: mixer.app # Version required: 1.4.1 # Date created: 16 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.5 1999/05/10 04:06:57 steve Exp $ +# $Id: Makefile,v 1.6 1999/06/12 05:46:11 mharo Exp $ # DISTNAME= Mixer.app-1.4.1 @@ -11,7 +11,7 @@ PKGNAME= mixer.app-1.4.1 CATEGORIES= audio MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |