diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-06 18:14:34 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-06 18:14:34 +0800 |
commit | 5d2b9f69d690d5e732cafd007156d3c9fefda57f (patch) | |
tree | fe7cd216e09a0c3e6028fcc0046dcfbda5883d68 /lang/cyclone | |
parent | 0cb595fdf91604dc747a1bfaf47bdd1a6bcd7bfc (diff) | |
download | freebsd-ports-gnome-5d2b9f69d690d5e732cafd007156d3c9fefda57f.tar.gz freebsd-ports-gnome-5d2b9f69d690d5e732cafd007156d3c9fefda57f.tar.zst freebsd-ports-gnome-5d2b9f69d690d5e732cafd007156d3c9fefda57f.zip |
replace ${PERL} with ${REINPLACE_CMD}
PR: 47406
Diffstat (limited to 'lang/cyclone')
-rw-r--r-- | lang/cyclone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index 2ee65c8db935..084ea5f33019 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -20,6 +20,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A safe dialect of C from Cornell and AT&T Research +USE_REINPLACE= yes USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' WRKSRC= ${WRKDIR}/${PORTNAME} @@ -36,7 +37,7 @@ pre-everything:: post-patch: .ifndef(WITH_OPTIMIZED_CFLAGS) - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ 's/-O3/-O/' .endif |