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 /x11/bbapm | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'x11/bbapm')
-rw-r--r-- | x11/bbapm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/bbapm/Makefile b/x11/bbapm/Makefile index 184d06bdc4b..3c4d0c0ef6f 100644 --- a/x11/bbapm/Makefile +++ b/x11/bbapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:43 jlam Exp $ # based on # FreeBSD port: # ID: ports/x11-wm/bbapm/Makefile,v 1.5 2002/09/02 01:30:15 lioux Exp @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes # patch-ak ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-* +INSTALLATION_DIRS= bin man/man1 + .include "../../mk/x11.buildlink3.mk" post-patch: |