diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /lang/cint/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'lang/cint/Makefile')
-rw-r--r-- | lang/cint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 {} \; |