diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 10:18:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 10:18:21 +0800 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /sysutils | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.zst freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/npadmin/Makefile | 3 |
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> |