diff options
author | arved <arved@FreeBSD.org> | 2003-10-24 02:52:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-24 02:52:30 +0800 |
commit | e7d8ebd075fa58a449c32e0bb1ce6a8eb1550458 (patch) | |
tree | d98a6f736ce9b1b4e83c45a6cf70d22c4b85224a | |
parent | b7b22bb9e6c06c362c332804f9987648d0291162 (diff) | |
download | freebsd-ports-gnome-e7d8ebd075fa58a449c32e0bb1ce6a8eb1550458.tar.gz freebsd-ports-gnome-e7d8ebd075fa58a449c32e0bb1ce6a8eb1550458.tar.zst freebsd-ports-gnome-e7d8ebd075fa58a449c32e0bb1ce6a8eb1550458.zip |
USE_REINPLACE
PR: 47651
Submitted by: Simon Schubert
-rw-r--r-- | audio/rosegarden/Makefile | 3 |
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: |