summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authoragc <agc>2001-07-27 19:43:41 +0000
committeragc <agc>2001-07-27 19:43:41 +0000
commit10a4daf2326f2c42a17b6e9070b3fa135e3060d4 (patch)
treee9781aeb68030e33ff3138c9629c5a762247d358 /shells/tcsh
parentba52d6fac543669e05401394f7bc4edd9aba681f (diff)
downloadpkgsrc-10a4daf2326f2c42a17b6e9070b3fa135e3060d4.tar.gz
Make sure the correct ${NLSDIR} exists for the message catalogues.
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 3305e1334d0..214a61a5bec 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/02/17 17:40:21 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2001/07/27 19:43:41 agc Exp $
#
DISTNAME= tcsh-6.10
@@ -57,6 +57,7 @@ post-install:
o=; \
while [ $$# -gt 0 ]; do \
d=${NLSDIR}/$${c}_$$1.$${s}; \
+ ${INSTALL_DATA_DIR} ${PREFIX}/$$d; \
if [ -z "$$o" ]; then \
o="$$d"; \
${INSTALL_DATA} ${WRKSRC}/tcsh.$${l}.cat \