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 /wm/weewm | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'wm/weewm')
-rw-r--r-- | wm/weewm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/weewm/Makefile b/wm/weewm/Makefile index 9c8b1b09b10..555ecee2100 100644 --- a/wm/weewm/Makefile +++ b/wm/weewm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/01 18:03:26 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:39 jlam Exp $ # DISTNAME= weewm-0.0.2 @@ -14,6 +14,8 @@ COMMENT= Fast and ultra light windowmanager with total keyboard control EXAMPLESDIR= ${PREFIX}/share/examples/weewm DOCDIR= ${PREFIX}/share/doc/weewm +INSTALLATION_DIRS= bin man/man1 + .include "../../mk/x11.buildlink3.mk" do-install: |