diff options
author | linimon <linimon@FreeBSD.org> | 2009-12-15 19:48:26 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-12-15 19:48:26 +0000 |
commit | 22735636d2fa22993ec64353478c3f5ab73905ca (patch) | |
tree | 21678433a92c1b4d0b3194292e68b8419bae3acc /audio/csound | |
parent | ad42a202270fd38079c1ec3c5c8dc4a420e14691 (diff) | |
download | FreeBSD-ports-22735636d2fa22993ec64353478c3f5ab73905ca.zip FreeBSD-ports-22735636d2fa22993ec64353478c3f5ab73905ca.tar.gz |
Reset maintainer at his request.
PR: ports/141647
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index c3cb12d..4330581 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -2,7 +2,6 @@ # Date created: 2000-10-11 # Whom: trevor # -# $Carpetsmoker: ports/audio/csound/Makefile,v 1.5 2007/11/18 11:10:22 carpetsmoker Exp $ # $FreeBSD$ # @@ -18,7 +17,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src DIST_SUBDIR= csound -MAINTAINER= chris@officialunix.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ |