diff options
author | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
commit | f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /textproc/cdif | |
parent | 516d949f51bec91a74690755d12106271036f8f8 (diff) | |
download | pkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'textproc/cdif')
-rw-r--r-- | textproc/cdif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 6a70e8b4c7d..159d47bfda3 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:26:49 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= cdif-1.15 @@ -16,6 +16,7 @@ USE_PERL5= # defined NO_CONFIGURE= # defined NO_BUILD= # defined +INSTALLATION_DIRS= bin do-extract: ${MKDIR} ${WRKSRC} |