diff options
-rw-r--r-- | audio/gnomemedia/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomeapplets/Makefile | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 1c682d67b7f0..e3543d6e0375 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -46,7 +46,7 @@ MAN1+= battery_applet.1 .endif 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.post.mk> |