diff options
author | keith <keith@FreeBSD.org> | 2000-12-02 13:22:36 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-12-02 13:22:36 +0800 |
commit | a3c7bcadc8c08f89b6026b1570c65131b3ad1e7a (patch) | |
tree | e2fe429ab364c9f3e3f311e7a1b0c7ca69908e23 /chinese/big5con | |
parent | 15486ba06d233966bedd6aa4c62574da185200e0 (diff) | |
download | freebsd-ports-gnome-a3c7bcadc8c08f89b6026b1570c65131b3ad1e7a.tar.gz freebsd-ports-gnome-a3c7bcadc8c08f89b6026b1570c65131b3ad1e7a.tar.zst freebsd-ports-gnome-a3c7bcadc8c08f89b6026b1570c65131b3ad1e7a.zip |
Change perl to ${PERL}
Diffstat (limited to 'chinese/big5con')
-rw-r--r-- | chinese/big5con/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index abadbaacf2ec..bf24fd75299d 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -31,8 +31,8 @@ EXTRACT_ONLY= ${DISTNAME}.tgz .include <bsd.port.pre.mk> post-patch: .if ${OSVERSION} > 500012 - @perl -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/include/* - @perl -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/src/* + @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/include/* + @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/src/* .endif pre-install: @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ |