aboutsummaryrefslogtreecommitdiffstats
path: root/audio/csound/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2001-06-04 21:28:35 +0800
committertrevor <trevor@FreeBSD.org>2001-06-04 21:28:35 +0800
commitbfd0b44d656e4e2926e294cecaade3e58eda7369 (patch)
tree36bd8d488a4d8ecb49cf35c3819cc485c1f4878c /audio/csound/Makefile
parentd4fb7edfbbbca28010feb06473c12cdaa0ab1530 (diff)
downloadfreebsd-ports-gnome-bfd0b44d656e4e2926e294cecaade3e58eda7369.tar.gz
freebsd-ports-gnome-bfd0b44d656e4e2926e294cecaade3e58eda7369.tar.zst
freebsd-ports-gnome-bfd0b44d656e4e2926e294cecaade3e58eda7369.zip
Update to 4.13. Use only regexes to patch getstring.c.
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r--audio/csound/Makefile5
1 files changed, 3 insertions, 2 deletions
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