aboutsummaryrefslogtreecommitdiffstats
path: root/x11/twin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/twin/Makefile')
-rw-r--r--x11/twin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/twin/Makefile b/x11/twin/Makefile
index cc71b606b73b..76308201b068 100644
--- a/x11/twin/Makefile
+++ b/x11/twin/Makefile
@@ -24,6 +24,6 @@ INSTALLS_SHLIB= yes
MAN1= twin.1
post-patch:
- @${REINPLACE_CMD} -e "s/-lpthread/${PTHREAD_LIBS}/g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>