diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /sysutils/npadmin | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'sysutils/npadmin')
-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 57ef855..c5ab025 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> |