diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | c2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch) | |
tree | 5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/styx | |
parent | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff) |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=61964
Diffstat (limited to 'devel/styx')
-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 7bf19c212b26..c2193f082d37 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) |