summaryrefslogtreecommitdiffstats
path: root/devel/libshbuf
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commit2e24cb013a4dff5e119d355c91b2622a00311b14 (patch)
tree7a79ec7a9cea96d93a4faead0a8d2d8c0f3fff6d /devel/libshbuf
parentcde2f267c86553ca05e0aa4469ac034e4060371d (diff)
downloadFreeBSD-ports-2e24cb013a4dff5e119d355c91b2622a00311b14.zip
FreeBSD-ports-2e24cb013a4dff5e119d355c91b2622a00311b14.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'devel/libshbuf')
-rw-r--r--devel/libshbuf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile
index 83c0926..ffe5728 100644
--- a/devel/libshbuf/Makefile
+++ b/devel/libshbuf/Makefile
@@ -14,11 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-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>
OpenPOWER on IntegriCloud