summaryrefslogtreecommitdiffstats
path: root/audio/mhwaveedit
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 10:22:14 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-08 10:22:14 +0000
commit7061c825a5210c03732b321ec79be5b806d45809 (patch)
tree0b8baf7e1afe46bdc06d53d1075241021e654302 /audio/mhwaveedit
parentcde117293fcf37aa19d9f54acecb0887be0a0d25 (diff)
downloadFreeBSD-ports-7061c825a5210c03732b321ec79be5b806d45809.zip
FreeBSD-ports-7061c825a5210c03732b321ec79be5b806d45809.tar.gz
PERL -> REINPLACE_CMD
PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'audio/mhwaveedit')
-rw-r--r--audio/mhwaveedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile
index 8340256..16934fe 100644
--- a/audio/mhwaveedit/Makefile
+++ b/audio/mhwaveedit/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile
+USE_REINPLACE= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
@@ -32,7 +33,7 @@ CONFIGURE_ARGS+= --without-sdl
.endif
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^CFLAGS =.*$$|CFLAGS = \@CFLAGS\@|g'
do-install:
OpenPOWER on IntegriCloud