diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | bbed9774f919f0f19b7690579fe38620b8ce4bdb (patch) | |
tree | 69487d2b3988dfcb683f0bd83bb0df1605ef0596 /audio/aumix/Makefile | |
parent | Take over maintainership of this port. Old maintainer cites no time (diff) |
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).
Notes
Notes:
svn path=/head/; revision=19556
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 9c558f8a38de..24948cc2495d 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: aumix # Version required: 1.22 # Date created: 21 May 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/06/08 23:20:38 steve Exp $ +# $Id: Makefile,v 1.4 1999/06/12 05:50:00 mharo Exp $ # DISTNAME= aumix-1.22 @@ -12,7 +12,7 @@ MASTER_SITES= http://jpj.net/~trevor/aumix/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext |