diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | 2e24cb013a4dff5e119d355c91b2622a00311b14 (patch) | |
tree | 7a79ec7a9cea96d93a4faead0a8d2d8c0f3fff6d /devel/styx/Makefile | |
parent | cde2f267c86553ca05e0aa4469ac034e4060371d (diff) | |
download | FreeBSD-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/styx/Makefile')
-rw-r--r-- | devel/styx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 7bf19c2..c2193f0 100644 --- a/devel/styx/Makefile +++ b/devel/styx/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_FLAGS}" \ @@ -27,7 +28,7 @@ post-extract: @${RM} -f ${WRKSRC}/config.cache post-patch: - @${PERL} -pi -e "s,-lrt,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lrt,${PTHREAD_LIBS},g" ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |