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 /misc/mtail | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'misc/mtail')
-rw-r--r-- | misc/mtail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index 2fd53f02e34..ec0bd50ce1a 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:01:18 martti Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:22 jlam Exp $ # DISTNAME= mtail-1.0.0 @@ -13,6 +13,7 @@ COMMENT= Small tail workalike that performs output coloring NO_BUILD= yes PYTHON_PATCH_SCRIPTS= mtail +INSTALLATION_DIRS= bin share/examples do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mtail ${PREFIX}/bin |