diff options
author | agc <agc@pkgsrc.org> | 2001-07-27 19:43:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-07-27 19:43:41 +0000 |
commit | 3a3f1919cec93fae5590c7730f5217111dc600c4 (patch) | |
tree | e9781aeb68030e33ff3138c9629c5a762247d358 /shells/tcsh | |
parent | abfbbefaee180038718fccdce6ddc2e902a5ae84 (diff) | |
download | pkgsrc-3a3f1919cec93fae5590c7730f5217111dc600c4.tar.gz |
Make sure the correct ${NLSDIR} exists for the message catalogues.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
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 \ |