diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /shells/ast-ksh | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 05c1647e7e5..aef5337ccae 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2005/04/11 21:47:21 tv Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/06/17 03:50:33 jlam Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -36,6 +36,8 @@ PDKSH= /bin/ksh PKG_SHELL= ${PREFIX}/bin/ksh93 +INSTALLATION_DIRS= bin man/man1 + # ${KSH93_MAKEFLAGS} is set as "LDFLAGS=-static" only when built as a # static binary. # |