summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 16:09:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 16:09:24 +0000
commitae452eda5caa9a86120cb6cf8fc6185dd3dde5ad (patch)
treea5c174a63578ce47823d76a755c8d47503333414 /x11
parentUse USE_GNOMENG. (diff)
Use USE_REINPLACE.
Notes
Notes: svn path=/head/; revision=62996
Diffstat (limited to 'x11')
-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>