diff options
Diffstat (limited to 'lang/coq')
-rw-r--r-- | lang/coq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/coq/Makefile b/lang/coq/Makefile index c1cda8ca216..fae606319e6 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2010/11/14 20:53:02 tonio Exp $ +# $NetBSD: Makefile,v 1.28 2010/11/15 22:57:41 abs Exp $ # DISTNAME= coq-8.3 +PKGREVISION= 1 CATEGORIES= lang math MASTER_SITES= http://coq.inria.fr/distrib/V8.3/files/ |