From 85ffb1b83bfc536b949c9bcd5ae4494310de93c3 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Wed, 9 Oct 2002 03:59:53 +0000 Subject: Honor ${CAT} definition. --- inputmethod/ddskk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/ddskk/Makefile b/inputmethod/ddskk/Makefile index 51657873095..e4fa865c9ab 100644 --- a/inputmethod/ddskk/Makefile +++ b/inputmethod/ddskk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/03 13:32:15 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/09 03:59:53 uebayasi Exp $ # DISTNAME= ddskk20020929 @@ -30,7 +30,7 @@ do-configure: # The idea here is that files compiled as *.elc will be installed. post-build: @{ \ - cat ${PKGDIR}/PLIST.header; \ + ${CAT} ${PKGDIR}/PLIST.header; \ cd ${WRKSRC}; \ for e in *.elc; do \ ${ECHO} '$${EMACS_LISPPREFIX}/skk/'$${e%.elc}.el; \ -- cgit v1.2.3