aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/npadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile
index 57ef855db885..c5ab02587ed9 100644
--- a/sysutils/npadmin/Makefile
+++ b/sysutils/npadmin/Makefile
@@ -15,9 +15,10 @@ MAINTAINER= dom@happygiraffe.net
MAN1= npadmin.1
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>