From bfd0b44d656e4e2926e294cecaade3e58eda7369 Mon Sep 17 00:00:00 2001 From: trevor Date: Mon, 4 Jun 2001 13:28:35 +0000 Subject: Update to 4.13. Use only regexes to patch getstring.c. --- audio/csound/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/csound/Makefile') diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 2b07c2cd1c01..50d9a27fe069 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= csound -PORTVERSION= 4.12 +PORTVERSION= 4.13 CATEGORIES= audio MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/ DISTFILES= Csound${PORTVERSION}.tar.gz @@ -38,7 +38,8 @@ post-build: ${ECHO} "@dirrm share/csound" >> ${PLIST} post-patch: - ${PERL} -pi -e "s:PREFIX:${PREFIX}:g" ${WRKSRC}/getstring.c + ${PERL} -pi -e "s:/usr/local/lib:${PREFIX}/share/csound:g" ${WRKSRC}/getstring.c + ${PERL} -pi -e "s:csound.txt:csound.dat:g" ${WRKSRC}/getstring.c do-install: ${MKDIR} ${PREFIX}/share/csound -- cgit