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 | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /misc/vera | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'misc/vera')
-rw-r--r-- | misc/vera/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile index 677d13e6232..f17c0f0fe4f 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:22 jlam Exp $ DISTNAME= vera-1.11 CATEGORIES= misc @@ -12,6 +12,8 @@ COMMENT= Virtual Entity of Relevant Acronyms USE_MAKEINFO= YES INFO_FILES= vera.info +INSTALLATION_DIRS= info + do-build: cd ${WRKSRC} && ${MAKEINFO} vera.texi |