diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /lang/cint | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'lang/cint')
-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 {} \; |