aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-16 00:09:24 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-16 00:09:24 +0800
commit1adaa0c1c6f04ace7dc6243dcd75c18f09fd68c1 (patch)
treee2ecef8171536a0fd44c74e11cb3a03a8a9867a0 /audio
parent7b0bafeed1ad7e0d5c1cdfe5e7e638f48e18499c (diff)
downloadfreebsd-ports-gnome-1adaa0c1c6f04ace7dc6243dcd75c18f09fd68c1.tar.gz
freebsd-ports-gnome-1adaa0c1c6f04ace7dc6243dcd75c18f09fd68c1.tar.zst
freebsd-ports-gnome-1adaa0c1c6f04ace7dc6243dcd75c18f09fd68c1.zip
Use USE_REINPLACE.
Diffstat (limited to 'audio')
-rw-r--r--audio/gnomemedia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnomemedia/Makefile b/audio/gnomemedia/Makefile
index 8e3271bca032..48c2772fe4c9 100644
--- a/audio/gnomemedia/Makefile
+++ b/audio/gnomemedia/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>