summaryrefslogtreecommitdiff
path: root/lang/cint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cint/Makefile')
-rw-r--r--lang/cint/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 38bd28e23c6..33965ead445 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/05/02 17:01:34 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/19 17:11:45 drochner Exp $
DISTNAME= cint5.15
-PKGNAME= cint-5.15.169
+PKGNAME= cint-5.15.174
CATEGORIES= lang
MASTER_SITES= ftp://root.cern.ch/root/
#MASTER_SITES= ${MASTER_SITE_BACKUP}
@@ -14,6 +14,10 @@ COMMENT= C/C++ interpreter
DIST_SUBDIR= ${PKGNAME}
WRKSRC= ${WRKDIR}
+post-extract:
+ ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;
+ ${FIND} ${WRKSRC} -type f -name .cvsignore -exec ${RM} -f {} \;
+
do-build:
@cd ${WRKDIR}; \
case ${OPSYS} in \