summaryrefslogtreecommitdiff
path: root/x11/gnomeapplets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomeapplets/Makefile')
-rw-r--r--x11/gnomeapplets/Makefile2
1 files changed, 1 insertions, 1 deletions
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>