diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-06 18:14:34 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-06 18:14:34 +0800 |
commit | 4fd1c8e689a9d3cc2704d2554c776a145816cbe6 (patch) | |
tree | 89d178a7a7b70336fed9683257d9d0468c703f8f /lang | |
parent | 567625c791ff8e5b2f312d4caf8e561f1dc99f52 (diff) | |
download | freebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.tar.gz freebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.tar.zst freebsd-ports-gnome-4fd1c8e689a9d3cc2704d2554c776a145816cbe6.zip |
replace ${PERL} with ${REINPLACE_CMD}
PR: 47406
Diffstat (limited to 'lang')
-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 |