diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
commit | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch) | |
tree | 753b016f246dce9957c268962733d34c7e3eb7b7 /chinese/cce | |
parent | c4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff) | |
download | freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.gz freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.zst freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.zip |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'chinese/cce')
-rw-r--r-- | chinese/cce/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index 0aab9d9bc1d1..4a475bd7c2ff 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -18,8 +18,10 @@ PATCH_DIST_ARGS= -d ${WRKSRC} -p1 MAINTAINER= statue@freebsd.sinica.edu.tw -MAN1= cce.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_REINPLACE= yes + +MAN1= cce.1 pre-configure: (cd ${WRKSRC} && ${LN} -fs Makefile.FreeBSD Makefile ) @@ -27,6 +29,6 @@ pre-configure: .include <bsd.port.pre.mk> post-patch: .if ${OSVERSION} > 500012 - @${FIND} ${WRKSRC}/src/ -name "*.c" | ${XARGS} ${PERL} -pi.bak -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' + @${FIND} ${WRKSRC}/src/ -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' .endif .include <bsd.port.post.mk> |