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. --- lang/cint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/cint/Makefile') diff --git a/lang/cint/Makefile b/lang/cint/Makefile index ac87f05c669..7a1248bb3ea 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/31 16:40:31 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:59 jlam Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -22,6 +22,8 @@ PLIST_SUBST+= HAVE_THR="" PLIST_SUBST+= HAVE_THR="@comment " .endif +INSTALLATION_DIRS= bin + post-extract: ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \; ${FIND} ${WRKSRC} -type f -name .cvsignore -exec ${RM} -f {} \; -- cgit v1.2.3