aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-02-11 21:03:14 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-02-11 21:03:14 +0000
commitd16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6 (patch)
treec4e3594d87f8e8738d7a29889fee7a88de679c57 /audio/csound
parent35d7addf04a023375ba52387fa1040ca86608ddb (diff)
downloadports-d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6.tar.gz
ports-d16f7bfb920bf7147ea96d7951ac9bbc5f8c72c6.zip
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 5034ac255f8b..d8e9877b754e 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://sunsite.univie.ac.at/pub/sound/csound/newest/ \
DISTNAME= Csound${PORTVERSION}
DIST_SUBDIR= csound
-MAINTAINER= trevor@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sound synthesizer
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \
@@ -52,7 +52,7 @@ post-build:
${ECHO_CMD} "thoroughly reviewed by the FreeBSD maintainer." >> ${PKGMESSAGE}
post-patch:
- @${REINPLACE_CMD} -i -e "s:/usr/local/lib:${DATADIR}:g" ${WRKSRC}/getstring.c
+ @${REINPLACE_CMD} -i "" -e "s:/usr/local/lib:${DATADIR}:g" ${WRKSRC}/getstring.c
@${FIND} ${WRKSRC} -type f -exec \
${REINPLACE_CMD} -i -e 's:<malloc.h>:<stdlib.h>:g' {} \;