diff options
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 {} \; |