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 /math/mcsim/Makefile | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'math/mcsim/Makefile')
-rw-r--r-- | math/mcsim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 55431f2b737..3f1aefb9438 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:20 jlam Exp $ DISTNAME= mcsim-4.2.0 CATEGORIES= math @@ -11,6 +11,8 @@ USE_MAKEINFO= YES INFO_FILES= mcsim WRKSRC= ${WRKDIR}/mcsim +INSTALLATION_DIRS= bin info + post-build: cd ${WRKSRC}/doc && ${MAKEINFO} mcsim.texinfo |