View | Details | Raw Unified | Return to bug 39239
Collapse All | Expand All

(-)ntalk/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
ALL_TARGET=	${PORTNAME}
15
ALL_TARGET=	${PORTNAME}
16
16
17
post-patch:
17
post-patch:
18
	@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
18
	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
19
19
20
do-install:
20
do-install:
21
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
21
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

Return to bug 39239