aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commita6429924fc57a145369eb5b2d3d0f45c65656b19 (patch)
treea7703a1b06cbba057e160e6f7af6e66d74cfc940 /sysutils
parent31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff)
downloadports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz
ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip
Notes
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>