summaryrefslogtreecommitdiff
path: root/audio/rosegarden
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-23 18:52:30 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-23 18:52:30 +0000
commit81242751eb82dfe9288d4a0055d499d1ebdb5029 (patch)
tree72fb0e781cfa8d034ace1d1a1dd217b290783cf7 /audio/rosegarden
parent- Fix MASTER_SITES (diff)
USE_REINPLACE
PR: 47651 Submitted by: Simon Schubert
Notes
Notes: svn path=/head/; revision=91983
Diffstat (limited to 'audio/rosegarden')
-rw-r--r--audio/rosegarden/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 09b16332f747..a2b605ad4cf1 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:${PORTSDIR}/audio/tclmidi
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= MAKEDEPEND=${TRUE}
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2
@@ -25,7 +26,7 @@ CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.2
post-patch:
@${CP} ${FILESDIR}/rosegarden ${WRKSRC}/rosegarden.sh
.for file in Rosegarden rosegarden.sh
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
do-install: