diff options
-rw-r--r-- | lang/cint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index ce895fe3ea2..8803dcde3b2 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/05/26 12:30:15 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2006/10/04 21:14:00 rillig Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -24,7 +24,7 @@ PLIST_SUBST+= HAVE_THR="@comment " .endif INSTALLATION_DIRS= bin -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ post-extract: ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \; |