diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnomemedia/Makefile | 2 |
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> |