summaryrefslogtreecommitdiff
path: root/misc/9menu/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commit62d306b057537feb1ef4749c60334699ef7f07d1 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /misc/9menu/Makefile
parentcbac1b2142ffeda168356e0a85c33829123f805b (diff)
downloadpkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'misc/9menu/Makefile')
-rw-r--r--misc/9menu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile
index 1321e8a87b8..bf2a172fd29 100644
--- a/misc/9menu/Makefile
+++ b/misc/9menu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/06/01 18:03:04 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:21 jlam Exp $
DISTNAME= 9menu-1.8
CATEGORIES= misc plan9
@@ -12,6 +12,7 @@ MAKEFILE= Makefile.noimake
BUILD_TARGET= 9menu
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin man/man1
.include "../../mk/x11.buildlink3.mk"