From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- devel/buddy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/buddy') diff --git a/devel/buddy/Makefile b/devel/buddy/Makefile index a37a793182a..b68157f58c2 100644 --- a/devel/buddy/Makefile +++ b/devel/buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= buddy22 @@ -13,6 +13,8 @@ COMMENT= Library for binary decision diagrams MAKEFILE= makefile BUILD_TARGET= buddy +INSTALLATION_DIRS= include lib + do-install: ${INSTALL_DATA} ${WRKSRC}/src/libbdd.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/src/bdd.h ${WRKSRC}/src/fdd.h \ -- cgit v1.2.3