diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-03 22:22:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-03 22:22:34 +0000 |
commit | 4fbb2f66a7c5090cfcf8b9bdcb4a8a2d6cd177f3 (patch) | |
tree | 36eab7541b56b6eebd0ced34b66a54904b07b608 /audio/flac/Makefile | |
parent | Update to 0.0.7. (diff) |
Update my MAINTAINER address.
Approved by: trevor
Notes
Notes:
svn path=/head/; revision=49545
Diffstat (limited to '')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index d6a018cb3d65..74d664278201 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org .if defined(WITH_XMMS) BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms |