summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-10-09 03:59:53 +0000
committeruebayasi <uebayasi>2002-10-09 03:59:53 +0000
commit6473df06d24ef96884e73a97efe0b8c09011f897 (patch)
tree8a12755e89c6f7b6ac39464e161e629b0f6449eb /inputmethod
parent88a5ccf6fe1b89ed41f4af40dccff97151d2b294 (diff)
downloadpkgsrc-6473df06d24ef96884e73a97efe0b8c09011f897.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; \