summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-07-27 19:43:41 +0000
committeragc <agc@pkgsrc.org>2001-07-27 19:43:41 +0000
commit3a3f1919cec93fae5590c7730f5217111dc600c4 (patch)
treee9781aeb68030e33ff3138c9629c5a762247d358 /shells
parentabfbbefaee180038718fccdce6ddc2e902a5ae84 (diff)
downloadpkgsrc-3a3f1919cec93fae5590c7730f5217111dc600c4.tar.gz
Make sure the correct ${NLSDIR} exists for the message catalogues.
Diffstat (limited to 'shells')
-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 \