summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-10-09 03:59:53 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-10-09 03:59:53 +0000
commit85ffb1b83bfc536b949c9bcd5ae4494310de93c3 (patch)
tree8a12755e89c6f7b6ac39464e161e629b0f6449eb /inputmethod
parentd430de5379bf9d4d302feda9dd461d715bfcfc57 (diff)
downloadpkgsrc-85ffb1b83bfc536b949c9bcd5ae4494310de93c3.tar.gz
Honor ${CAT} definition.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ddskk/Makefile4
1 files changed, 2 insertions, 2 deletions
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; \